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

Renci.SshNet.Messages.Connection.ChannelWindowAdjustMessage

Represents SSH_MSG_CHANNEL_SUCCESS message.
public uint BytesToAdd { get; }

Gets number of bytes to add to the window.

Initializes a new instance of the ChannelWindowAdjustMessage class.

public ChannelWindowAdjustMessage(uint localChannelNumber, uint bytesToAdd)

Initializes a new instance of the ChannelWindowAdjustMessage class.