Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.SocksServer

TElBaseSocketClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the address of the SOCKS server.

Declaration

[C#]
    string SocksServer;

[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 meaningful only when UseSocks is set.

See also:     UseSocks    

Discuss this help topic in SecureBlackbox Forum