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