Implemented interface member:
method
StoreAndDispatch
System.Runtime.Remoting.Channels.IServerChannelSinkStack.StoreAndDispatch(System.Runtime.Remoting.Channels.IServerChannelSink, System.Object)
3 references to StoreAndDispatch
System.Runtime.Remoting (3)
channels\http\httpserverchannel.cs (1)
592
sinkStack.
StoreAndDispatch
(this, streamManager);
channels\ipc\ipcserverchannel.cs (1)
478
sinkStack.
StoreAndDispatch
(this, ipcServerHandler);
channels\tcp\tcpserverchannel.cs (1)
629
sinkStack.
StoreAndDispatch
(this, streamManager);