Initializes a new instance of the ChannelOpenConfirmationMessage class.
Namespace: Renci.SshNet.Messages.ConnectionAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- localChannelNumber
- Type:
System UInt32
The local channel number.
- initialWindowSize
- Type:
System UInt32
Initial size of the window.
- maximumPacketSize
- Type:
System UInt32
Maximum size of the packet.
- remoteChannelNumber
- Type:
System UInt32
The remote channel number.
See Also