PipeTransmissionMode Enumeration
.NET Framework (current version)
Specifies the transmission mode of the pipe.
Assembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
| 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. |
Anonymous pipes do not support the Message transmission mode.
.NET Framework
Available since 3.5
Available since 3.5
Show: