IDuplexPipe.Output Property

Definition

Gets the PipeWriter half of the duplex pipe.

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

Property Value

Applies to