PipeOptions Enumeration
.NET Framework (current version)
Provides options for creating a PipeStream object. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
| Asynchronous | Indicates that the pipe can be used for asynchronous reading and writing. | |
| None | Indicates that there are no additional parameters. | |
| WriteThrough | Indicates that the system should write through any intermediate cache and go directly to the pipe. |
Use the PipeOptions enumeration to specify advanced pipe options.
.NET Framework
Available since 3.5
Available since 3.5
Show: