Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.​IO.​Pipes.​PipeOptions
Assembly: System.IO.Pipes
Provides options for creating a <see cref="T:System.IO.Pipes.PipeStream" /> object. This enumeration has a <see cref="T:System.FlagsAttribute" /> attribute that allows a bitwise combination of its member values.
Values
WriteThrough
Indicates that the system should write through any intermediate cache and go directly to the pipe.
None
Indicates that there are no additional parameters.
FirstPipeInstance
CurrentUserOnly
When used to create a <see cref="T:System.IO.Pipes.NamedPipeServerStream" /> instance, indicates that the pipe can only be connected to a client created by the same user. When used to create a <see cref="T:System.IO.Pipes.NamedPipeClientStream" /> instance, indicates that the pipe can only connect to a server created by the same user. On Windows, it verifies both the user account and elevation level.
Asynchronous
Indicates that the pipe can be used for asynchronous reading and writing.