<PackageReference Include="SSH.NET" Version="2024.1.0" />

ChannelOpenConfirmationMessage

Represents SSH_MSG_CHANNEL_OPEN_CONFIRMATION message.
public uint InitialWindowSize { get; }

Gets the initial size of the window.

public uint MaximumPacketSize { get; }

Gets the maximum size of the packet.

public uint RemoteChannelNumber { get; }

Gets the remote channel number.

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.