Table of Contents

Class NonDisposingWrapperStream

Namespace
Amazon.Runtime.Internal.Util
Assembly
AWSSDK.Core.dll

A wrapper stream which supresses disposal of the underlying stream.

public class NonDisposingWrapperStream : WrapperStream, IDisposable, IAsyncDisposable
Inheritance
NonDisposingWrapperStream
Implements
Inherited Members

Constructors

NonDisposingWrapperStream(Stream)

Constructor for NonDisposingWrapperStream.

public NonDisposingWrapperStream(Stream baseStream)

Parameters

baseStream Stream

The base stream to wrap.

Methods

Dispose(bool)

The Dispose implementation for this wrapper stream does not close the underlying stream.

protected override void Dispose(bool disposing)

Parameters

disposing bool