Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.ExitMessage

TElSimpleSSHClient     See also     


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


This property contains the server description of the closing command.

Declaration

[C#]
    string ExitMessage;

[VB.NET]
    Property ExitMessage As String

[Pascal]
    property ExitMessage : string;

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

[PHP]
    string get_ExitMessage()

[Java]
    String getExitMessage();

Description

    Check this property after the OnCloseConnection event was fired. It returns the server's description of closing reasons and consequences.

See also:     ExitStatus     ExitSignal    

Discuss this help topic in SecureBlackbox Forum