Discuss this help topic in SecureBlackbox Forum
Specifies the usercode (username) to access the SOCKS server.
Declaration
[C#]
string SocksUserCode;
[VB.NET]
Property SocksUserCode As String
[Pascal]
property SocksUserCode : string;
[C++]
void get_SocksUserCode(std::string &OutResult);
void set_SocksUserCode(const std::string &Value);
[PHP]
string get_SocksUserCode()
void set_SocksUserCode(string $Value)
[Java]
String getSocksUserCode();
void setSocksUserCode(String Value);
Description
This property specifies the user code (username) to access the SOCKS server.
This property is used only when
Socket is set and
SocksAuthentication is set to
saUsercode.
Discuss this help topic in SecureBlackbox Forum