Initializes a System.IO.Pipes.PipeStream object from the specified Microsoft.Win32.SafeHandles.SafePipeHandle object.
- handle
The Microsoft.Win32.SafeHandles.SafePipeHandle object of the pipe to initialize.
- isExposed
true to expose the handle; otherwise, false.
- isAsync
true to indicate that the handle was opened asynchronously; otherwise, false.
If the pipe is in a connected state, this method also sets the PipeStream.IsConnected property to true.