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

Renci.SshNet.Common.ChannelOpenConfirmedEventArgs

Provides data for OpenConfirmed event.
public uint InitialWindowSize { get; }

Gets the initial size of the window.

public uint MaximumPacketSize { get; }

Gets the maximum size of the packet.

public ChannelOpenConfirmedEventArgs(uint remoteChannelNumber, uint initialWindowSize, uint maximumPacketSize)

Initializes a new instance of the ChannelOpenConfirmedEventArgs class.