Property IsStreamDisposedOnClose
IsStreamDisposedOnClose
Gets a value indicating whether this stream is disposed on close.
public virtual bool IsStreamDisposedOnClose { get; }
Property Value
- bool
true
if stream is disposed on close; otherwise,false
.