Discuss this help topic in SecureBlackbox Forum

TElSocket.SocksPassword

TElSocket     See also     


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


Specifies the password to access the SOCKS server.

Declaration

[C#]
    string SocksPassword;

[VB.NET]
    Property SocksPassword As String

[Pascal]
    property SocksPassword : string;

[C++]
    void get_SocksPassword(std::string &OutResult);
    void set_SocksPassword(const std::string &Value);

[PHP]
    string get_SocksPassword()
    void set_SocksPassword(string $Value)

[Java]
    String getSocksPassword();
    void setSocksPassword(String Value);

Description

    This property specifies the password to access the SOCKS server.
    This property is used only when UseSocks is set to True and SocksAuthentication is set to saUsercode.

See also:     UseSocks     SocksAuthentication     SocksPort     SocksServer     SocksVersion     SocksUserCode     SocksResolveAddress    

Discuss this help topic in SecureBlackbox Forum