6 implementations of AsyncProcessRequest
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 (5)
channels\http\httpclientchannel.cs (1)
497public void AsyncProcessRequest(IClientChannelSinkStack sinkStack, IMessage msg,
channels\ipc\ipcclientchannel.cs (1)
316public void AsyncProcessRequest(IClientChannelSinkStack sinkStack, IMessage msg,
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 (1)
407public void AsyncProcessRequest(IClientChannelSinkStack sinkStack, IMessage msg,
3 references to AsyncProcessRequest
System.AddIn (1)
System\Addin\Hosting\AddInIpcChannel.cs (1)
207_sink.AsyncProcessRequest(sinkStack, msg, headers, stream);
System.Runtime.Remoting (2)
channels\sinks\binaryformattersinks.cs (1)
192_nextSink.AsyncProcessRequest(sinkStack, msg, headers, requestStream);
channels\sinks\soapformattersinks.cs (1)
198_nextSink.AsyncProcessRequest(sinkStack, msg, headers, requestStream);