| Stream Properties |
The Stream type exposes the following members.
| Name | Description | |
|---|---|---|
| CanRead | When overridden in a derived class, gets a value indicating whether the current stream supports reading. | |
| CanSeek | When overridden in a derived class, gets a value indicating whether the current stream supports seeking. | |
| Length | When overridden in a derived class, gets the length in bytes of the stream. | |
| Position | When overridden in a derived class, gets or sets the position within the current stream. |