StreamPipeReaderOptions.LeaveOpen Property

Definition

Gets the value that indicates if the underlying stream should be left open after the PipeReader completes.

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

Property Value

true if the underlying stream should be left open after the PipeReader completes; otherwise, false.

Applies to