Discuss this help topic in SecureBlackbox Forum

TElHTTPCustomRequestParams.UserAgent

TElHTTPCustomRequestParams     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the UserAgent header of HTTP request.

Declaration

[C#]
    string UserAgent;

[VB.NET]
    Property UserAgent As String

[Pascal]
    property UserAgent : string;

[C++]
    void get_UserAgent(std::string &OutResult);
    void set_UserAgent(const std::string &Value);

[PHP]
    string get_UserAgent()
    void set_UserAgent(string $Value)

[Java]
    String getUserAgent();
    void setUserAgent(String Value);

Description

    This property specifies the UserAgent header of HTTP request (please see the RFC #2616 for further information).

Discuss this help topic in SecureBlackbox Forum