The ChannelEofMessage type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
| GetBytes |
Gets data bytes array
(Inherited from Message.) | |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| Load |
Loads data from specified bytes.
(Inherited from SshData.) | |
| LoadBytes |
Loads data bytes into internal buffer.
(Inherited from SshData.) | |
| LoadData |
Called when type specific data need to be loaded.
(Inherited from ChannelMessage.) | |
Creates a shallow copy of the current (Inherited from | ||
| ReadAsciiString |
Reads next string data type from internal buffer.
(Inherited from SshData.) | |
| ReadBigInt |
Reads next mpint data type from internal buffer.
(Inherited from SshData.) | |
| ReadBinaryString |
Reads next string data type from internal buffer.
(Inherited from SshData.) | |
| ReadBoolean |
Reads next boolean data type from internal buffer.
(Inherited from SshData.) | |
| ReadByte |
Reads next byte data type from internal buffer.
(Inherited from SshData.) | |
| ReadBytes |
Reads all data left in internal buffer at current position.
(Inherited from SshData.) | |
| ReadBytes(Int32) |
Reads next specified number of bytes data type from internal buffer.
(Inherited from SshData.) | |
| ReadExtensionPair |
Reads next extension-pair data type from internal buffer.
(Inherited from SshData.) | |
| ReadInt64 |
Reads next int64 data type from internal buffer.
(Inherited from SshData.) | |
| ReadNamesList |
Reads next name-list data type from internal buffer.
(Inherited from SshData.) | |
| ReadString |
Reads next string data type from internal buffer.
(Inherited from SshData.) | |
| ReadUInt16 |
Reads next uint16 data type from internal buffer.
(Inherited from SshData.) | |
| ReadUInt32 |
Reads next uint32 data type from internal buffer.
(Inherited from SshData.) | |
| ReadUInt64 |
Reads next uint64 data type from internal buffer.
(Inherited from SshData.) | |
| ResetReader |
Resets internal data reader index.
(Inherited from SshData.) | |
| SaveData |
Called when type specific data need to be saved.
(Inherited from ChannelMessage.) | |
| ToString |
Returns a (Inherited from ChannelMessage.) | |
| Write(Boolean) |
Writes boolean data into internal buffer.
(Inherited from SshData.) | |
| Write(Byte) |
Writes byte data into internal buffer.
(Inherited from SshData.) | |
| Write(IDictionary String, String ) |
Writes extension-pair data into internal buffer.
(Inherited from SshData.) | |
| Write(IEnumerable Byte ) |
Writes bytes array data into internal buffer.
(Inherited from SshData.) | |
| Write(Int64) |
Writes int64 data into internal buffer.
(Inherited from SshData.) | |
| Write(String) |
Writes string data into internal buffer using default encoding.
(Inherited from SshData.) | |
| Write( String ) |
Writes name-list data into internal buffer.
(Inherited from SshData.) | |
| Write(UInt16) |
Writes uint16 data into internal buffer.
(Inherited from SshData.) | |
| Write(UInt32) |
Writes uint32 data into internal buffer.
(Inherited from SshData.) | |
| Write(UInt64) |
Writes uint64 data into internal buffer.
(Inherited from SshData.) | |
| Write(BigInteger) |
Writes mpint data into internal buffer.
(Inherited from SshData.) | |
| WriteAscii |
Writes string data into internal buffer as ASCII.
(Inherited from SshData.) | |
| WriteBinaryString |
Writes string data into internal buffer.
(Inherited from SshData.) |
See Also