![]() | Bound |
The BoundStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseStream | Get the underlying stream. |
![]() | CanRead |
Check whether the stream supports reading.
(Overrides StreamCanRead) |
![]() | CanSeek |
Check whether the stream supports seeking.
(Overrides StreamCanSeek) |
![]() | CanTimeout |
Check whether I/O operations can time out.
(Overrides StreamCanTimeout) |
![]() | CanWrite |
Check whether the stream supports writing.
(Overrides StreamCanWrite) |
![]() | EndBoundary | Get the end boundary offset of the underlying stream. |
![]() | LeaveOpen | Check whether the underlying stream will remain open after the BoundStream is disposed. |
![]() | Length |
Get the length of the stream, in bytes.
(Overrides StreamLength) |
![]() | Position |
Get or sets the current position within the stream.
(Overrides StreamPosition) |
![]() | ReadTimeout |
Get or sets a value, in milliseconds, that determines how long the stream will attempt to read before timing out.
(Overrides StreamReadTimeout) |
![]() | StartBoundary | Get the start boundary offset of the underlying stream. |
![]() | WriteTimeout |
Get or sets a value, in milliseconds, that determines how long the stream will attempt to write before timing out.
(Overrides StreamWriteTimeout) |