WrappingStream Properties |
The WrappingStream type exposes the following members.
| Name | Description | |
|---|---|---|
| CanRead |
Gets a value indicating whether the current stream supports reading.
(Overrides StreamCanRead.) | |
| CanSeek |
Gets a value indicating whether the current stream supports seeking.
(Overrides StreamCanSeek.) | |
| CanWrite |
Gets a value indicating whether the current stream supports writing.
(Overrides StreamCanWrite.) | |
| Length |
Gets the length in bytes of the stream.
(Overrides StreamLength.) | |
| Position |
Gets or sets the position within the current stream.
(Overrides StreamPosition.) | |
| WrappedStream |
Gets the wrapped stream.
|