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
| |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| MD5CheckSum |
Return the MD5 for the specific part of the stream only.
| |
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
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