Discuss this help topic in SecureBlackbox Forum
Specifies address of SOCKS server.
Declaration
[VB.NET]
Property Host As String
[Pascal]
property Host: string;
[C++]
void get_Host(std::string &OutResult);
void set_Host(const std::string &Value);
[PHP]
string get_Host()
void set_Host(string $Value)
Description
Use this property to specify SOCKS server address.
Discuss this help topic in SecureBlackbox Forum