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