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

Inheritance: Message
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode Description
InformationResponseMessage ( ) : System

Initializes a new instance of the InformationResponseMessage class.

Méthodes protégées

Méthode 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

Méthode Description
Process ( Session session ) : void

Method Details

InformationResponseMessage() public méthode

Initializes a new instance of the InformationResponseMessage class.
public InformationResponseMessage ( ) : System
Résultat System

LoadData() protected méthode

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

SaveData() protected méthode

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