Discuss this help topic in SecureBlackbox Forum

TElSSHTunnelConnection.ExitSignal

TElSSHTunnelConnection     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();
    void setExitSignal(String Value);

Description

    Check this property if OnClose event was fired with CloseType=ctSignal parameter. It returns the signal (without the "SIG" prefix), which was sent to remote command.

See also:     SendSignal    

Discuss this help topic in SecureBlackbox Forum