C# Class Renci.SshNet.Messages.Connection.ChannelWindowAdjustMessage

Inheritance: ChannelMessage
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode Description
ChannelWindowAdjustMessage ( )

Initializes a new instance of the ChannelWindowAdjustMessage class.

ChannelWindowAdjustMessage ( uint localChannelNumber, uint bytesToAdd )

Initializes a new instance of the ChannelWindowAdjustMessage class.

Méthodes protégées

Méthode 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

Méthode Description
Process ( Session session ) : void

Method Details

ChannelWindowAdjustMessage() public méthode

Initializes a new instance of the ChannelWindowAdjustMessage class.

ChannelWindowAdjustMessage() public méthode

Initializes a new instance of the ChannelWindowAdjustMessage class.
public ChannelWindowAdjustMessage ( uint localChannelNumber, uint bytesToAdd )
localChannelNumber uint The local channel number.
bytesToAdd uint The bytes to add.

LoadData() protected méthode

Called when type specific data need to be loaded.
protected LoadData ( ) : void
Résultat void

SaveData() protected méthode

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