C# Class Renci.SshNet.Messages.Connection.ExitSignalRequestInfo

Represents "exit-signal" type channel request information
Inheritance: RequestInfo
Mostrar archivo Open project: sshnet/SSH.NET

Public Methods

Method Description
ExitSignalRequestInfo ( )

Initializes a new instance of the ExitSignalRequestInfo class.

ExitSignalRequestInfo ( string signalName, bool coreDumped, string errorMessage, string language )

Initializes a new instance of the ExitSignalRequestInfo class.

Protected Methods

Method Description
LoadData ( ) : void

Called when type specific data need to be loaded.

SaveData ( ) : void

Called when type specific data need to be saved.

Method Details

ExitSignalRequestInfo() public method

Initializes a new instance of the ExitSignalRequestInfo class.

ExitSignalRequestInfo() public method

Initializes a new instance of the ExitSignalRequestInfo class.
public ExitSignalRequestInfo ( string signalName, bool coreDumped, string errorMessage, string language )
signalName string Name of the signal.
coreDumped bool if set to true then core is dumped.
errorMessage string The error message.
language string The language.

LoadData() protected method

Called when type specific data need to be loaded.
protected LoadData ( ) : void
return void

SaveData() protected method

Called when type specific data need to be saved.
protected SaveData ( ) : void
return void