The StreamTools StreamSendWrapper type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
StreamTools StreamSendWrapper(StreamTools ThreadSafeStream) |
Create a new stream wrapper and set Start and Length to encompass the entire Stream
| |
StreamTools StreamSendWrapper(StreamTools ThreadSafeStream, Int64, Int64) |
Create a new stream wrapper
|
Methods
Name | Description | |
---|---|---|
Dispose |
Dispose the internal ThreadSafeStream
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MD5CheckSum |
Return the MD5 for the specific part of the stream only.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Length |
The number of bytes to read from Stream
| |
Start |
The start position to read from Stream
| |
ThreadSafeStream |
The wrapped stream
|
See Also