Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PipeDirection Enumeration

 

Specifies the direction of the pipe.

Namespace:   System.IO.Pipes
Assembly:  System.Core (in System.Core.dll)

[SerializableAttribute]
public enum class PipeDirection

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft