Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.WebTunnelAuthentication

TElSimpleSSHClient     See also     


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


Specifies whether authentication is used when connecting to HTTP Proxy server.

Declaration

[C#]
    TElWebTunnelAuthentication WebTunnelAuthentication;

[VB.NET]
    Property WebTunnelAuthentication As TElWebTunnelAuthentication

[Pascal]
    property WebTunnelAuthentication : TElWebTunnelAuthentication;

[C++]
    TElWebTunnelAuthentication get_WebTunnelAuthentication();
    void set_WebTunnelAuthentication(TElWebTunnelAuthentication Value);

[PHP]
    integer get_WebTunnelAuthentication()
    void set_WebTunnelAuthentication(integer $Value)

[Java]
    int getWebTunnelAuthentication();
    void setWebTunnelAuthentication(int Value);

Values:

Description

    This property specifies the method of authentication to use with HTTP Proxy server. The methods supported are "do not authenticate" and "authenticate using UserId and Password".
    This property is used only when UseWebTunneling is set.
    Default value is wtaNoAuthentication.

See also:     UseWebTunneling     WebTunnelUserId     WebTunnelPassword    

Discuss this help topic in SecureBlackbox Forum