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

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

Public Methods

Method Description
IgnoreMessage ( ) : System

Initializes a new instance of the IgnoreMessage class

IgnoreMessage ( byte data ) : System

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

IgnoreMessage() public method

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

IgnoreMessage() public method

Initializes a new instance of the IgnoreMessage class.
public IgnoreMessage ( byte data ) : System
data byte The data.
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