Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.SocksPassword

TElBaseSocketClient     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 true, and SocksAuthentication equals to saUsercode.

See also:     SocksAuthentication     SocksUserCode     UseSocks    

Discuss this help topic in SecureBlackbox Forum