PipelineReader<T>.IsOpen Property

Definition

Check if the stream is open for further writes.

public:
 abstract property bool IsOpen { bool get(); };
public:
 abstract property bool IsOpen { bool get(); };
public abstract bool IsOpen { get; }
member this.IsOpen : bool
Public MustOverride ReadOnly Property IsOpen As Boolean

Property Value

true if the underlying stream is open, otherwise false

Remarks

The underlying stream may be readable after it is closed if data remains in the internal buffer. Check EndOfPipeline to determine if the underlying stream is closed and contains no data.

Applies to