![]() | Chained |
The ChainedStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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) |
![]() | Length |
Get the length of the stream, in bytes.
(Overrides StreamLength) |
![]() | Position |
Get or set the current position within the stream.
(Overrides StreamPosition) |
![]() | ReadTimeout | (Inherited from Stream) |
![]() | WriteTimeout | (Inherited from Stream) |