Class ChannelEofMessage
- Namespace
- Renci.SshNet.Messages.Connection
- Assembly
- Renci.SshNet.dll
Represents SSH_MSG_CHANNEL_EOF message.
public class ChannelEofMessage : ChannelMessage
- Inheritance
-
ChannelEofMessage
- Inherited Members
Constructors
ChannelEofMessage()
Initializes a new instance of the ChannelEofMessage class.
public ChannelEofMessage()
ChannelEofMessage(uint)
Initializes a new instance of the ChannelEofMessage class.
public ChannelEofMessage(uint localChannelNumber)
Parameters
localChannelNumber
uintThe local channel number.
Properties
MessageName
public override string MessageName { get; }
Property Value
MessageNumber
public override byte MessageNumber { get; }