ChannelOpenMessage MaximumPacketSize Property SSH .NET Client Library Documentation
Gets the maximum size of the packet.

Namespace: Renci.SshNet.Messages.Connection
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public uint MaximumPacketSize { get; private set; }

Field Value

The maximum size of the packet.
See Also