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

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

Méthodes publiques

Méthode Description
ChannelOpenConfirmationMessage ( )

Initializes a new instance of the ChannelOpenConfirmationMessage class.

ChannelOpenConfirmationMessage ( uint localChannelNumber, uint initialWindowSize, uint maximumPacketSize, uint remoteChannelNumber )

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

ChannelOpenConfirmationMessage() public méthode

Initializes a new instance of the ChannelOpenConfirmationMessage class.

ChannelOpenConfirmationMessage() public méthode

Initializes a new instance of the ChannelOpenConfirmationMessage class.
public ChannelOpenConfirmationMessage ( uint localChannelNumber, uint initialWindowSize, uint maximumPacketSize, uint remoteChannelNumber )
localChannelNumber uint The local channel number.
initialWindowSize uint Initial size of the window.
maximumPacketSize uint Maximum size of the packet.
remoteChannelNumber uint The remote channel number.

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