Filtered |
The FilteredStream type exposes the following members.
Name | Description | |
---|---|---|
CanRead |
Check whether or not the stream supports reading.
(Overrides StreamCanRead) | |
CanSeek |
Check whether or not the stream supports seeking.
(Overrides StreamCanSeek) | |
CanTimeout |
Check whether or not I/O operations can timeout.
(Overrides StreamCanTimeout) | |
CanWrite |
Check whether or not 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 |
Get or set a value, in milliseconds, that determines how long the stream will attempt to read before timing out.
(Overrides StreamReadTimeout) | |
Source | Get the underlying source stream. | |
WriteTimeout |
Get or set a value, in milliseconds, that determines how long the stream will attempt to write before timing out.
(Overrides StreamWriteTimeout) |