Discuss this help topic in SecureBlackbox Forum

TElSocket.UseWebTunneling

TElSocket     See also     


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


Specifies whether connection is established via HTTP Proxy using HTTP CONNECT method.

Declaration

[C#]
    bool UseWebTunneling;

[VB.NET]
    Property UseWebTunneling As Boolean

[Pascal]
    property UseWebTunneling : boolean;

[C++]
    bool get_UseWebTunneling();
    void set_UseWebTunneling(bool Value);

[PHP]
    bool get_UseWebTunneling()
    void set_UseWebTunneling(bool $Value)

[Java]
    boolean getUseWebTunneling();
    void setUseWebTunneling(boolean Value);

Description

    This property defines whether the connection is established directly (when UseWebTunneling is false) or via HTTP Proxy using HTTP CONNECT (when UseWebTunneling is true).
    Default value is False.

See also:     WebTunnelAddress     WebTunnelAuthentication     WebTunnelPassword     WebTunnelPort     WebTunnelRequestHeaders     WebTunnelUserId    

Discuss this help topic in SecureBlackbox Forum