StreamContainer.IsStreamDisposedOnClose

StreamContainer.IsStreamDisposedOnClose property

Gets a value indicating whether this stream is disposed on close.

public virtual bool IsStreamDisposedOnClose { get; }

Property Value

true if stream is disposed on close; otherwise, false.

See Also