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

Inheritance: Message
ファイルを表示 Open project: sshnet/SSH.NET Class Usage Examples

Protected Methods

Method 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

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

RequestMessage() protected method

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.
return System

SaveData() protected method

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