Discuss this help topic in SecureBlackbox Forum
Specifies the address of the SOCKS server.
Declaration
[VB.NET]
Property SocksServer As String
[Pascal]
property SocksServer: string;
[C++]
void get_SocksServer(std::string &OutResult);
void set_SocksServer(const std::string &Value);
[PHP]
string get_SocksServer()
void set_SocksServer(string $Value)
[Java]
String getSocksServer();
void setSocksServer(String Value);
Description
This property specifies the IP address or host name of the SOCKS server.
This property is used only when
UseSocks is set.
Discuss this help topic in SecureBlackbox Forum