Summary
Passes through every operation to the underlying stream. When disposed, leaves the underlying stream alone instead of
closing it. Intended for use with certain streams which do not have the "do not close the underlying stream" option
built-in, such as the CryptoStream for example.
Constructors
Instance methods
| void | | Passes through this operation to the underlying stream. |
| int | Read(byte[] buffer, int offset, int count) |
| long | Seek(long offset, SeekOrigin origin) |
| void | |
| void | Write(byte[] buffer, int offset, int count) |
Instance properties
| bool | | Passes through this operation to the underlying stream. |
| bool | |
| bool | |
| long | |
| long | |