Anonymous pipes must have a pipe direction of PipeDirection.In or PipeDirection.Out. A System.IO.Pipes.PipeDirection value of PipeDirection.InOut is not supported by anonymous pipes because they are defined to be one-way only.
| 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. |