Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface System.​IO.​Pipelines.​IDuplexPipe

Assembly: System.IO.Pipelines

Defines a class that provides a duplex pipe from which data can be read from and written to.

Properties

Input
Gets the <see cref="T:System.IO.Pipelines.PipeReader" /> half of the duplex pipe.
Output
Gets the <see cref="T:System.IO.Pipelines.PipeWriter" /> half of the duplex pipe.