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)
592sinkStack.StoreAndDispatch(this, streamManager);
channels\ipc\ipcserverchannel.cs (1)
478sinkStack.StoreAndDispatch(this, ipcServerHandler);
channels\tcp\tcpserverchannel.cs (1)
629sinkStack.StoreAndDispatch(this, streamManager);