mscorlib(4.0.0.0) API with additions
PipeTransmissionMode.cs
1 namespace System.IO.Pipes
2 {
5  public enum PipeTransmissionMode
6  {
8  Byte,
10  Message
11  }
12 }
PipeTransmissionMode
Specifies the transmission mode of the pipe.
Indicates that data in the pipe is transmitted and read as a stream of messages.
Specifies that the class can be serialized.
Represents an 8-bit unsigned integer.
Definition: Byte.cs:12