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

Inheritance: Message, IKeyExchangedAllowed
Mostra file Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
KeyExchangeInitMessage ( ) : Renci.SshNet.Abstractions

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

KeyExchangeInitMessage() public method

Initializes a new instance of the KeyExchangeInitMessage class.
public KeyExchangeInitMessage ( ) : Renci.SshNet.Abstractions
return Renci.SshNet.Abstractions

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