ChannelOpenConfirmationMessage
Represents SSH_MSG_CHANNEL_OPEN_CONFIRMATION message.
Gets the initial size of the window.
Gets the maximum size of the packet.
Gets the remote channel number.
public ChannelOpenConfirmationMessage()
Initializes a new instance of the ChannelOpenConfirmationMessage class.
public ChannelOpenConfirmationMessage(uint localChannelNumber, uint initialWindowSize, uint maximumPacketSize, uint remoteChannelNumber)
Initializes a new instance of the ChannelOpenConfirmationMessage class.