1 implementation of IClientChannelSinkStack
mscorlib (1)
system\runtime\remoting\channelsinkstacks.cs (1)
68public class ClientChannelSinkStack : IClientChannelSinkStack
16 references to IClientChannelSinkStack
mscorlib (1)
system\runtime\remoting\ichannel.cs (1)
169void AsyncProcessRequest(IClientChannelSinkStack sinkStack, IMessage msg,
System.AddIn (1)
System\Addin\Hosting\AddInIpcChannel.cs (1)
205public void AsyncProcessRequest(IClientChannelSinkStack sinkStack, IMessage msg, ITransportHeaders headers, System.IO.Stream stream)
System.Runtime.Remoting (14)
channels\http\httpclientchannel.cs (3)
497public void AsyncProcessRequest(IClientChannelSinkStack sinkStack, IMessage msg, 926internal IClientChannelSinkStack SinkStack; 938IClientChannelSinkStack sinkStack,
channels\ipc\ipcclientchannel.cs (6)
29internal delegate IClientChannelSinkStack AsyncMessageDelegate(IMessage msg, 32IClientChannelSinkStack sinkStack); 307private IClientChannelSinkStack AsyncProcessMessage(IMessage msg, 310IClientChannelSinkStack sinkStack) 316public void AsyncProcessRequest(IClientChannelSinkStack sinkStack, IMessage msg, 332IClientChannelSinkStack sinkStack = null;
channels\sinks\binaryformattersinks.cs (1)
257public void AsyncProcessRequest(IClientChannelSinkStack sinkStack, IMessage msg,
channels\sinks\soapformattersinks.cs (1)
310public void AsyncProcessRequest(IClientChannelSinkStack sinkStack, IMessage msg,
channels\tcp\tcpclientchannel.cs (3)
407public void AsyncProcessRequest(IClientChannelSinkStack sinkStack, IMessage msg, 517IClientChannelSinkStack sinkStack = null; 522sinkStack = (IClientChannelSinkStack)clientSocket.DataArrivedCallbackState;