SshData MethodsSSH .NET Client Library Documentation
The SshData type exposes the following members.
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
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.
Protected methodLoadBytes
Loads data bytes into internal buffer.
Protected methodLoadData
Called when type specific data need to be loaded.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodReadAsciiString
Reads next string data type from internal buffer.
Protected methodReadBigInt
Reads next mpint data type from internal buffer.
Protected methodReadBinaryString
Reads next string data type from internal buffer.
Protected methodReadBoolean
Reads next boolean data type from internal buffer.
Protected methodReadByte
Reads next byte data type from internal buffer.
Protected methodReadBytes 
Reads all data left in internal buffer at current position.
Protected methodReadBytes(Int32)
Reads next specified number of bytes data type from internal buffer.
Protected methodReadExtensionPair
Reads next extension-pair data type from internal buffer.
Protected methodReadInt64
Reads next int64 data type from internal buffer.
Protected methodReadNamesList
Reads next name-list data type from internal buffer.
Protected methodReadString
Reads next string data type from internal buffer.
Protected methodReadUInt16
Reads next uint16 data type from internal buffer.
Protected methodReadUInt32
Reads next uint32 data type from internal buffer.
Protected methodReadUInt64
Reads next uint64 data type from internal buffer.
Protected methodResetReader
Resets internal data reader index.
Protected methodSaveData
Called when type specific data need to be saved.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodWrite(Boolean)
Writes boolean data into internal buffer.
Protected methodWrite(Byte)
Writes byte data into internal buffer.
Protected methodWrite(IDictionary String, String )
Writes extension-pair data into internal buffer.
Protected methodWrite(IEnumerable Byte )
Writes bytes array data into internal buffer.
Protected methodWrite(Int64)
Writes int64 data into internal buffer.
Protected methodWrite(String)
Writes string data into internal buffer using default encoding.
Protected methodWrite( String )
Writes name-list data into internal buffer.
Protected methodWrite(UInt16)
Writes uint16 data into internal buffer.
Protected methodWrite(UInt32)
Writes uint32 data into internal buffer.
Protected methodWrite(UInt64)
Writes uint64 data into internal buffer.
Protected methodWrite(BigInteger)
Writes mpint data into internal buffer.
Protected methodWriteAscii
Writes string data into internal buffer as ASCII.
Protected methodWriteBinaryString
Writes string data into internal buffer.
Back to Top
See Also