mscorlib(4.0.0.0) API with additions
PipeDirection.cs
1 namespace System.IO.Pipes
2 {
5  public enum PipeDirection
6  {
8  In = 1,
10  Out,
12  InOut
13  }
14 }
Specifies that the pipe direction is two-way.
Specifies that the class can be serialized.
PipeDirection
Specifies the direction of the pipe.
Definition: PipeDirection.cs:5