Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.ClientCloseReason

TElIdSSHClientServerIOHandler     


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


This property returns the description that was sent by client before closing the connection

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property ClientCloseReason : string;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    This property returns the line that was sent by the client just before closing the connection. Usually it contains the error description if the connection was broken by the error. This property returns the empty string if the client response was empty.

Discuss this help topic in SecureBlackbox Forum