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

Inheritance: ChannelMessage
Mostrar archivo Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
ChannelWindowAdjustMessage ( )

Initializes a new instance of the ChannelWindowAdjustMessage class.

ChannelWindowAdjustMessage ( uint localChannelNumber, uint bytesToAdd )

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

ChannelWindowAdjustMessage() public method

Initializes a new instance of the ChannelWindowAdjustMessage class.

ChannelWindowAdjustMessage() public method

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 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