Discuss this help topic in SecureBlackbox Forum
Specifies the usercode (username) to access the SOCKS server.
Declaration
[C#/Java]
string UserCode;
[VB.NET]
Property UserCode As String
[Pascal]
property UserCode: string;
[C++]
void get_UserCode(std::string &OutResult);
void set_UserCode(const std::string &Value);
[PHP]
string get_UserCode()
void set_UserCode(string $Value)
Description
Use this property to specify usercode (username) to access the SOCKS server.
Discuss this help topic in SecureBlackbox Forum