Method | Description | |
---|---|---|
Close ( ) : void |
The Close implementation for this wrapper stream does not close the underlying stream.
|
|
NonDisposingWrapperStream ( Stream baseStream ) : System |
Constructor for NonDisposingWrapperStream.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
The Dispose implementation for this wrapper stream does not close the underlying stream.
|
public NonDisposingWrapperStream ( Stream baseStream ) : System | ||
baseStream | Stream | The base stream to wrap. |
return | System |