11 references to PipeHandle
System.Runtime.Remoting (11)
channels\ipc\ipcport.cs (4)
28private PipeHandle _handle; 36private IpcPort(string portName, PipeHandle handle) 70PipeHandle handle = null; 145PipeHandle handle = NativePipe.CreateFile(pipeName,
channels\ipc\win32namedpipes.cs (7)
101public static extern PipeHandle CreateNamedPipe(String lpName, // pipe name 113public static extern bool ConnectNamedPipe(PipeHandle hNamedPipe, // handle to named pipe 119public static extern bool ImpersonateNamedPipeClient(PipeHandle hNamedPipe // handle to named pipe 126public static extern PipeHandle CreateFile(String lpFileName, // file name 136public static unsafe extern bool ReadFile(PipeHandle hFile, // handle to file 144public static unsafe extern bool ReadFile(PipeHandle hFile, // handle to file 154PipeHandle hFile, // handle to file