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

ChannelOpenMessage

Represents SSH_MSG_CHANNEL_OPEN message.
public string ChannelType { get; }

Gets the type of the channel.

public ChannelOpenInfo Info { get; }

Gets channel specific open information.

public uint InitialWindowSize { get; }

Gets the initial size of the window.

public uint MaximumPacketSize { get; }

Gets the maximum size of the packet.

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.