Discuss this help topic in SecureBlackbox Forum
Specifies the UserAgent header of HTTP request.
Declaration
[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