Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.WebTunnelPassword

TElBaseSocketClient     See also     


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


Specifies the password to access the HTTP Proxy server.

Declaration

[C#]
    string WebTunnelPassword;

[VB.NET]
    Property WebTunnelPassword As String

[Pascal]
    property WebTunnelPassword : string;

[C++]
    void get_WebTunnelPassword(std::string &OutResult);
    void set_WebTunnelPassword(const std::string &Value);

[PHP]
    string get_WebTunnelPassword()
    void set_WebTunnelPassword(string $Value)

[Java]
    String getWebTunnelPassword();
    void setWebTunnelPassword(String Value);

Description

This property specifies the password to access the HTTP Proxy server. This property is used only when UseWebTunneling is set and WebTunnelAuthentication is wtaUsercode.

See also:     WebTunnelAuthentication     WebTunnelUserID     UseWebTunneling    

Discuss this help topic in SecureBlackbox Forum