Discuss this help topic in SecureBlackbox Forum
Specifies the password to access the SOCKS server.
Declaration
[C#]
string SocksPassword;
[VB.NET]
Property SocksPassword As String
[Pascal]
property SocksPassword : string;
[C++]
void get_SocksPassword(std::string &OutResult);
void set_SocksPassword(const std::string &Value);
[PHP]
string get_SocksPassword()
void set_SocksPassword(string $Value)
[Java]
String getSocksPassword();
void setSocksPassword(String Value);
Description
This property specifies the password to access the SOCKS server.
This property is used only when
UseSocks is set to
True and
SocksAuthentication is set to saUsercode.
Discuss this help topic in SecureBlackbox Forum