C# Class Renci.SshNet.Messages.Authentication.InformationResponseMessage

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

Public Methods

Method Description
InformationResponseMessage ( ) : System

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

InformationResponseMessage() public method

Initializes a new instance of the InformationResponseMessage class.
public InformationResponseMessage ( ) : System
return System

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