Discuss this help topic in SecureBlackbox Forum

TElSocket.WebTunnelAuthentication

TElSocket     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);

Possible 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".
    Default value is wtaNoAuthentication.
    This property is used only when UseWebTunneling is set.

See also:     UseWebTunneling     WebTunnelAddress     WebTunnelPassword     WebTunnelPort     WebTunnelUserId    

Discuss this help topic in SecureBlackbox Forum