Discuss this help topic in SecureBlackbox Forum
Specifies username to authenticate to proxy server.
Declaration
[C#/Java]
string UserName;
[VB.NET]
Property UserName As String
[Pascal]
property UserName: string;
[C++]
void get_UserName(std::string &OutResult);
void set_UserName(const std::string &Value);
[PHP]
string get_UserName()
void set_UserName(string $Value)
Description
Use this property to specify user name for the proxy.
Discuss this help topic in SecureBlackbox Forum