Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.ProxyResult

TElBaseSocketClient     See also     


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


Specifies the result code returned by an intermediate proxy server.

Declaration

[C#]
    int ProxyResult;

[VB.NET]
    Property ProxyResult As Integer

[Pascal]
    property ProxyResult : integer;

[C++]
    int32_t get_ProxyResult();

[PHP]
    integer get_ProxyResult()

[Java]
    int getProxyResult();

Description

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

See also:     UseWebTunneling    

Discuss this help topic in SecureBlackbox Forum