Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.ProxyResult

TElSimpleSSHClient     


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.

Discuss this help topic in SecureBlackbox Forum