Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.ProxyResult

TElHTTPSClient     


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++]
    not available

[PHP]
    not available

[Java]
    not available

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.

Discuss this help topic in SecureBlackbox Forum