1 type derived from IpcServerHandler
System.Runtime.Remoting (1)
channels\ipc\ipcclientmanager.cs (1)
28internal class IpcClientHandler : IpcServerHandler
1 instantiation of IpcServerHandler
System.Runtime.Remoting (1)
channels\ipc\ipcserverchannel.cs (1)
338IpcServerHandler serverHandler = new IpcServerHandler(_port, CoreChannel.RequestQueue, new PipeStream(_port));
5 references to IpcServerHandler
System.Runtime.Remoting (5)
channels\ipc\ipcserverchannel.cs (5)
338IpcServerHandler serverHandler = new IpcServerHandler(_port, CoreChannel.RequestQueue, new PipeStream(_port)); 378IpcServerHandler ipcServerHandler = (IpcServerHandler)state; 511IpcServerHandler ipcServerHandler = null; 513ipcServerHandler = (IpcServerHandler)state;