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

Inheritance: Message
Show file Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
RequestSuccessMessage ( )

Initializes a new instance of the RequestSuccessMessage class.

RequestSuccessMessage ( uint boundPort )

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

Private Methods

Method Description
Process ( Session session ) : void

Method Details

LoadData() protected method

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

RequestSuccessMessage() public method

Initializes a new instance of the RequestSuccessMessage class.

RequestSuccessMessage() public method

Initializes a new instance of the RequestSuccessMessage class.
public RequestSuccessMessage ( uint boundPort )
boundPort uint The bound port.

SaveData() protected method

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