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

Inheritance: ChannelMessage
ファイルを表示 Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
ChannelFailureMessage ( )

Initializes a new instance of the ChannelFailureMessage class.

ChannelFailureMessage ( uint localChannelNumber )

Initializes a new instance of the ChannelFailureMessage class.

Private Methods

Method Description
Process ( Session session ) : void

Method Details

ChannelFailureMessage() public method

Initializes a new instance of the ChannelFailureMessage class.

ChannelFailureMessage() public method

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