Class ChannelCloseMessage
- Namespace
- Renci.SshNet.Messages.Connection
- Assembly
- Renci.SshNet.dll
Represents SSH_MSG_CHANNEL_CLOSE message.
public class ChannelCloseMessage : ChannelMessageInheritance
Inherited Members
Constructors
ChannelCloseMessage()
Initializes a new instance of the Renci.SshNet.Messages.Connection.ChannelCloseMessage class.
public ChannelCloseMessage()ChannelCloseMessage(uint)
Initializes a new instance of the Renci.SshNet.Messages.Connection.ChannelCloseMessage class.
public ChannelCloseMessage(uint localChannelNumber)Parameters
localChannelNumberuint-
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; }