Discuss this help topic in SecureBlackbox Forum
Specifies the user id (username) to access the HTTP Proxy server.
Declaration
[VB.NET]
Property UserID As String
[Pascal]
property UserID: string;
[C++]
void get_UserID(std::string &OutResult);
void set_UserID(const std::string &Value);
[PHP]
string get_UserID()
void set_UserID(string $Value)
Description
Use this property to specify the user id (username) to access the HTTP Proxy server.
Discuss this help topic in SecureBlackbox Forum