Class ChannelFailureMessage
- Namespace
- Renci.SshNet.Messages.Connection
- Assembly
- Renci.SshNet.dll
Represents SSH_MSG_CHANNEL_FAILURE message.
public class ChannelFailureMessage : ChannelMessage
Inheritance
Inherited Members
Constructors
ChannelFailureMessage()
Initializes a new instance of the Renci.SshNet.Messages.Connection.ChannelFailureMessage class.
public ChannelFailureMessage()
ChannelFailureMessage(uint)
Initializes a new instance of the Renci.SshNet.Messages.Connection.ChannelFailureMessage class.
public ChannelFailureMessage(uint localChannelNumber)
Parameters
localChannelNumber
uint-
The local channel number.
Properties
MessageName
Gets the message name as defined in RFC 4250.
public override string MessageName { get; }
Property Value
MessageNumber
Gets the message number as defined in RFC 4250.
public override byte MessageNumber { get; }