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

Represents "signal" type channel request information
Inheritance: RequestInfo
Mostrar archivo Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
SignalRequestInfo ( )

Initializes a new instance of the SignalRequestInfo class.

SignalRequestInfo ( string signalName )

Initializes a new instance of the SignalRequestInfo 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

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

SignalRequestInfo() public method

Initializes a new instance of the SignalRequestInfo class.
public SignalRequestInfo ( )

SignalRequestInfo() public method

Initializes a new instance of the SignalRequestInfo class.
public SignalRequestInfo ( string signalName )
signalName string Name of the signal.