Discuss this help topic in SecureBlackbox Forum
Specifies the UserAgent header of HTTP request
Declaration
[C#/Java]
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)
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