StreamTools StreamSendWrapper MembersNetworkComms.Net Help
The StreamTools StreamSendWrapper type exposes the following members.
Constructors

  NameDescription
Public methodStreamTools StreamSendWrapper(StreamTools ThreadSafeStream)
Create a new stream wrapper and set Start and Length to encompass the entire Stream
Public methodStreamTools StreamSendWrapper(StreamTools ThreadSafeStream, Int64, Int64)
Create a new stream wrapper
Back to Top
Methods

  NameDescription
Public methodDispose
Dispose the internal ThreadSafeStream
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
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 methodMD5CheckSum
Return the MD5 for the specific part of the stream only.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyLength
The number of bytes to read from Stream
Public propertyStart
The start position to read from Stream
Public propertyThreadSafeStream
The wrapped stream
Back to Top
See Also