Initializes a new instance of the ChannelOpenMessage class.
Namespace: Renci.SshNet.Messages.ConnectionAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public ChannelOpenMessage( uint channelNumber, uint initialWindowSize, uint maximumPacketSize, ChannelOpenInfo info )
Parameters
- channelNumber
- Type:
System UInt32
The channel number.
- initialWindowSize
- Type:
System UInt32
Initial size of the window.
- maximumPacketSize
- Type:
System UInt32
Maximum size of the packet.
- info
- Type: Renci.SshNet.Messages.Connection ChannelOpenInfo
The info.
See Also