Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.UseWebTunneling

TElBaseSocketClient     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). The default value is False.

See also:     WebTunnelAddress     WebTunnelPort    

Discuss this help topic in SecureBlackbox Forum