ChannelOpenMessage MembersSSH .NET Client Library Documentation

The ChannelOpenMessage type exposes the following members.
Constructors

  NameDescription
Public methodChannelOpenMessage 
Initializes a new instance of the ChannelOpenMessage class.
Public methodChannelOpenMessage(UInt32, UInt32, UInt32, ChannelOpenInfo)
Initializes a new instance of the ChannelOpenMessage class.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetBytes
Gets data bytes array
(Inherited from Message.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodLoad
Loads data from specified bytes.
(Inherited from SshData.)
Protected methodLoadBytes
Loads data bytes into internal buffer.
(Inherited from SshData.)
Protected methodLoadData
Called when type specific data need to be loaded.
(Overrides ChannelMessage LoadData .)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodReadAsciiString
Reads next string data type from internal buffer.
(Inherited from SshData.)
Protected methodReadBigInt
Reads next mpint data type from internal buffer.
(Inherited from SshData.)
Protected methodReadBinaryString
Reads next string data type from internal buffer.
(Inherited from SshData.)
Protected methodReadBoolean
Reads next boolean data type from internal buffer.
(Inherited from SshData.)
Protected methodReadByte
Reads next byte data type from internal buffer.
(Inherited from SshData.)
Protected methodReadBytes 
Reads all data left in internal buffer at current position.
(Inherited from SshData.)
Protected methodReadBytes(Int32)
Reads next specified number of bytes data type from internal buffer.
(Inherited from SshData.)
Protected methodReadExtensionPair
Reads next extension-pair data type from internal buffer.
(Inherited from SshData.)
Protected methodReadInt64
Reads next int64 data type from internal buffer.
(Inherited from SshData.)
Protected methodReadNamesList
Reads next name-list data type from internal buffer.
(Inherited from SshData.)
Protected methodReadString
Reads next string data type from internal buffer.
(Inherited from SshData.)
Protected methodReadUInt16
Reads next uint16 data type from internal buffer.
(Inherited from SshData.)
Protected methodReadUInt32
Reads next uint32 data type from internal buffer.
(Inherited from SshData.)
Protected methodReadUInt64
Reads next uint64 data type from internal buffer.
(Inherited from SshData.)
Protected methodResetReader
Resets internal data reader index.
(Inherited from SshData.)
Protected methodSaveData
Called when type specific data need to be saved.
(Overrides ChannelMessage SaveData .)
Public methodToString
Returns a OnlineString that represents this instance.
(Inherited from ChannelMessage.)
Protected methodWrite(Boolean)
Writes boolean data into internal buffer.
(Inherited from SshData.)
Protected methodWrite(Byte)
Writes byte data into internal buffer.
(Inherited from SshData.)
Protected methodWrite(IDictionary String, String )
Writes extension-pair data into internal buffer.
(Inherited from SshData.)
Protected methodWrite(IEnumerable Byte )
Writes bytes array data into internal buffer.
(Inherited from SshData.)
Protected methodWrite(Int64)
Writes int64 data into internal buffer.
(Inherited from SshData.)
Protected methodWrite(String)
Writes string data into internal buffer using default encoding.
(Inherited from SshData.)
Protected methodWrite( String )
Writes name-list data into internal buffer.
(Inherited from SshData.)
Protected methodWrite(UInt16)
Writes uint16 data into internal buffer.
(Inherited from SshData.)
Protected methodWrite(UInt32)
Writes uint32 data into internal buffer.
(Inherited from SshData.)
Protected methodWrite(UInt64)
Writes uint64 data into internal buffer.
(Inherited from SshData.)
Protected methodWrite(BigInteger)
Writes mpint data into internal buffer.
(Inherited from SshData.)
Protected methodWriteAscii
Writes string data into internal buffer as ASCII.
(Inherited from SshData.)
Protected methodWriteBinaryString
Writes string data into internal buffer.
(Inherited from SshData.)
Back to Top
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