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.
enum System.​IO.​Pipes.​PipeTransmissionMode
Assembly: System.IO.Pipes
Specifies the transmission mode of the pipe.
Values
Byte
Indicates that data in the pipe is transmitted and read as a stream of bytes.
Message
Indicates that data in the pipe is transmitted and read as a stream of messages.