Discuss this help topic in SecureBlackbox Forum

TElSocket.SocksAuthentication

TElSocket     See also     


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


Specifies whether authentication is used when connecting to SOCKS server.

Declaration

[C#]
    TElSocksAuthentication SocksAuthentication;

[VB.NET]
    Property SocksAuthentication As TElSocksAuthentication

[Pascal]
    property SocksAuthentication : TElSocksAuthentication;

[C++]
    TElSocksAuthentication get_SocksAuthentication();
    void set_SocksAuthentication(TElSocksAuthentication Value);

[PHP]
    integer get_SocksAuthentication()
    void set_SocksAuthentication(integer $Value)

[Java]
    int getSocksAuthentication();
    void setSocksAuthentication(int Value);

Possible values:

Description

    This property specifies the method of authentication to use with the SOCKS server. The methods supported are "do not authenticate" and "authenticate using UserCode and Password". This property is used only when UseSocks is set.

See also:     UseSocks     SocksPassword     SocksPort     SocksServer     SocksVersion     SocksUserCode     SocksResolveAddress    

Discuss this help topic in SecureBlackbox Forum