ChannelOpenMessage
Represents SSH_MSG_CHANNEL_OPEN message.
Gets the type of the channel.
Gets channel specific open information.
Gets the initial size of the window.
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.