ChannelOpenMessage PropertiesSSH .NET Client Library Documentation
The ChannelOpenMessage type exposes the following members.
Properties

  NameDescription
Public propertyChannelType
Gets the type of the channel.
Public propertyInfo
Gets channel specific open information.
Public propertyInitialWindowSize
Gets the initial size of the window.
Public propertyIsEndOfData
Gets a value indicating whether all data from the buffer has been read.
(Inherited from SshData.)
Public propertyLocalChannelNumber
Gets or sets the local channel number.
(Inherited from ChannelMessage.)
Public propertyMaximumPacketSize
Gets the maximum size of the packet.
Protected propertyZeroReaderIndex
Gets the index that represents zero in current data type.
(Inherited from Message.)
Back to Top
See Also