StreamPipeWriterOptions.LeaveOpen Property

Definition

Gets the value that indicates if the underlying stream should be left open after the PipeWriter 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 PipeWriter completes; otherwise, false.

Applies to