Discuss this help topic in SecureBlackbox Forum

TElSSHServer.ClientCloseReason

TElSSHServer     See also     


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


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

Declaration

[C#]
    string ClientCloseReason;

[VB.NET]
    Property ClientCloseReason As String

[Pascal]
    property ClientCloseReason : string;

[C++]
    void get_ClientCloseReason(std::string &OutResult);

[PHP]
    string get_ClientCloseReason()

[Java]
    String getClientCloseReason();

Description

    Check this property after OnCloseConnection event was fired. 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.

See also:     OnCloseConnection    

Discuss this help topic in SecureBlackbox Forum