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

Inheritance: ChannelMessage
Exibir arquivo Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
ChannelSuccessMessage ( )

Initializes a new instance of the ChannelSuccessMessage class.

ChannelSuccessMessage ( uint localChannelNumber )

Initializes a new instance of the ChannelSuccessMessage class.

Private Methods

Method Description
Process ( Session session ) : void

Method Details

ChannelSuccessMessage() public method

Initializes a new instance of the ChannelSuccessMessage class.

ChannelSuccessMessage() public method

Initializes a new instance of the ChannelSuccessMessage class.
public ChannelSuccessMessage ( uint localChannelNumber )
localChannelNumber uint The local channel number.