Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.ExitSignal

TElSimpleSSHClient     See also     


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


This property is set if the remote command was killed by signal.

Declaration

[C#]
    string ExitSignal;

[VB.NET]
    Property ExitSignal As String

[Pascal]
    property ExitSignal : string;

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

[PHP]
    string get_ExitSignal()

[Java]
    String getExitSignal();

Description

    Check this property if OnCloseConnection event was fired. It returns the signal (without the "SIG" prefix), which was sent to remote command, if the connection was closed by a remote application.

See also:     ExitMessage     ExitStatus    

Discuss this help topic in SecureBlackbox Forum