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

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

Méthodes protégées

Méthode Description
LoadData ( ) : void

Called when type specific data need to be loaded.

RequestMessage ( ServiceName serviceName, string username, string methodName ) : System

Initializes a new instance of the RequestMessage class.

SaveData ( ) : void

Called when type specific data need to be saved.

Private Methods

Méthode Description
Process ( Session session ) : void

Method Details

LoadData() protected méthode

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

RequestMessage() protected méthode

Initializes a new instance of the RequestMessage class.
protected RequestMessage ( ServiceName serviceName, string username, string methodName ) : System
serviceName ServiceName Name of the service.
username string Authentication username.
methodName string The name of the authentication method.
Résultat System

SaveData() protected méthode

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