[]
Creates a wrapper around the specified stream that prevents the Dispose method from being called.
public static Stream MakeUndisposable(this Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream | The stream to wrap. |
Type | Description |
---|---|
Stream | A Stream that does not call Dispose. |