C# Class Renci.SshNet.Messages.Transport.ServiceRequestMessage

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

Public Methods

Method Description
ServiceRequestMessage ( ServiceName serviceName ) : System

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

SaveData() protected method

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

ServiceRequestMessage() public method

Initializes a new instance of the ServiceRequestMessage class.
public ServiceRequestMessage ( ServiceName serviceName ) : System
serviceName ServiceName Name of the service.
return System