Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.UseSocks

TElBaseSocketClient     See also     


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


Specifies whether connection is established via SOCKS server.

Declaration

[C#]
    bool UseSocks;

[VB.NET]
    Property UseSocks As Boolean

[Pascal]
    property UseSocks : Boolean;

[C++]
    bool get_UseSocks();
    void set_UseSocks(bool Value);

[PHP]
    bool get_UseSocks()
    void set_UseSocks(bool $Value)

[Java]
    boolean getUseSocks();
    void setUseSocks(boolean Value);

Description

This property defines whether the connection is established directly (when UseSocks is false) or via SOCKS server (when UseSocks is true). The default value is False.

See also:     SocksServer     SocksPort     SocksVersion    

Discuss this help topic in SecureBlackbox Forum