1 using Microsoft
.Win32
.SafeHandles
;
3 namespace System
.IO
.Pipes
9 SafePipeHandle Handle { get; }
10 void WaitForPipeDrain ();
13 interface IAnonymousPipeClient
: IPipe
17 interface IAnonymousPipeServer
: IPipe
19 SafePipeHandle ClientHandle { get; }
20 void DisposeLocalCopyOfClientHandle ();
23 interface INamedPipeClient
: IPipe
26 void Connect (int timeout
);
27 int NumberOfServerInstances { get; }
31 interface INamedPipeServer
: IPipe
34 void WaitForConnection ();