ChannelOpenInfo MembersSSH .NET Client Library Documentation

The ChannelOpenInfo type exposes the following members.
Constructors

  NameDescription
Protected methodChannelOpenInfo
Initializes a new instance of the ChannelOpenInfo 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 SshData.)
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 SshData 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 SshData SaveData .)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
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 to open.
Public propertyIsEndOfData
Gets a value indicating whether all data from the buffer has been read.
(Inherited from SshData.)
Protected propertyZeroReaderIndex
Gets the index that represents zero in current data type.
(Inherited from SshData.)
Back to Top
See Also