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

Inheritance: Message, IKeyExchangedAllowed
Datei anzeigen Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
KeyExchangeDhGroupExchangeRequest ( uint minimum, uint preferred, uint maximum )

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

KeyExchangeDhGroupExchangeRequest() public method

Initializes a new instance of the KeyExchangeDhGroupExchangeRequest class.
public KeyExchangeDhGroupExchangeRequest ( uint minimum, uint preferred, uint maximum )
minimum uint The minimum.
preferred uint The preferred.
maximum uint The maximum.

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