ChannelOpenMessage
Represents SSH_MSG_CHANNEL_OPEN message.
Gets the type of the channel as ASCII encoded byte array.
Gets channel specific open information.
Gets the initial size of the window.
Gets or sets the local channel number.
Gets the maximum size of the packet.
public ChannelOpenMessage()
Initializes a new instance of the ChannelOpenMessage class.
public ChannelOpenMessage(uint channelNumber, uint initialWindowSize, uint maximumPacketSize, ChannelOpenInfo info)
Initializes a new instance of the ChannelOpenMessage class.