Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.WebTunnelResult

TElBaseSocketClient     See also     


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


Specifies the result code returned by the web tunnel.

Declaration

[C#]
    int WebTunnelResult;

[VB.NET]
    Property WebTunnelResult As Integer

[Pascal]
    property WebTunnelResult: integer;

[C++]
    int32_t get_WebTunnelResult();

[PHP]
    integer get_WebTunnelResult()

[Java]
    int getWebTunnelResult();

Description

Use this property to get the result code returned by the web tunnel. For example, it is set to 407 when authorization is required.

See also:     UseWebTunneling    

Discuss this help topic in SecureBlackbox Forum