PipeDirection Enumeration
.NET Framework (current version)
Specifies the direction of the pipe.
Assembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
| In | Specifies that the pipe direction is in. | |
| InOut | Specifies that the pipe direction is two-way. | |
| Out | Specifies that the pipe direction is out. |
Anonymous pipes must have a pipe direction of In or Out. A PipeDirection value of InOut is not supported by anonymous pipes because they are defined to be one-way only.
.NET Framework
Available since 3.5
Available since 3.5
Show: