2 references to IpcServerHandler
System.Runtime.Remoting (2)
channels\ipc\ipcclientmanager.cs (1)
36internal IpcClientHandler(IpcPort port, Stream stream, IpcClientTransportSink sink) : base (port, null, stream)
channels\ipc\ipcserverchannel.cs (1)
338IpcServerHandler serverHandler = new IpcServerHandler(_port, CoreChannel.RequestQueue, new PipeStream(_port));