Pipe.Reader Property

Definition

Gets the PipeReader for this pipe.

public:
 property System::IO::Pipelines::PipeReader ^ Reader { System::IO::Pipelines::PipeReader ^ get(); };
public System.IO.Pipelines.PipeReader Reader { get; }
member this.Reader : System.IO.Pipelines.PipeReader
Public ReadOnly Property Reader As PipeReader

Property Value

A PipeReader instance for this pipe.

Applies to