2 instantiations of IpcClientChannel
System.Runtime.Remoting (2)
channels\ipc\ipcchannel.cs (2)
36
_clientChannel = new
IpcClientChannel
();
87
_clientChannel = new
IpcClientChannel
(clientData, clientSinkProvider);
4 references to IpcClientChannel
System.Runtime.Remoting (4)
channels\ipc\ipcchannel.cs (1)
27
private
IpcClientChannel
_clientChannel = null; // client channel
channels\ipc\ipcclientchannel.cs (3)
223
IpcClientTransportSink sink = new IpcClientTransportSink(url, (
IpcClientChannel
) channel);
249
private
IpcClientChannel
_channel = null;
260
internal IpcClientTransportSink(String channelURI,
IpcClientChannel
channel)