Метод | Описание | |
---|---|---|
Close ( ) : void |
The Close implementation for this wrapper stream does not close the underlying stream.
|
|
NonDisposingWrapperStream ( Stream baseStream ) : System |
Constructor for NonDisposingWrapperStream.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
The Dispose implementation for this wrapper stream does not close the underlying stream.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public NonDisposingWrapperStream ( Stream baseStream ) : System | ||
baseStream | Stream | The base stream to wrap. |
Результат | System |