6 implementations of AsyncProcessResponse
System.AddIn (1)
System\Addin\Hosting\AddInIpcChannel.cs (1)
214
public void
AsyncProcessResponse
(IClientResponseChannelSinkStack sinkStack, object state, ITransportHeaders headers, System.IO.Stream stream)
System.Runtime.Remoting (5)
channels\http\httpclientchannel.cs (1)
533
public void
AsyncProcessResponse
(IClientResponseChannelSinkStack sinkStack, Object state,
channels\ipc\ipcclientchannel.cs (1)
357
public void
AsyncProcessResponse
(IClientResponseChannelSinkStack sinkStack, Object state,
channels\sinks\binaryformattersinks.cs (1)
266
public void
AsyncProcessResponse
(IClientResponseChannelSinkStack sinkStack, Object state,
channels\sinks\soapformattersinks.cs (1)
319
public void
AsyncProcessResponse
(IClientResponseChannelSinkStack sinkStack, Object state,
channels\tcp\tcpclientchannel.cs (1)
429
public void
AsyncProcessResponse
(IClientResponseChannelSinkStack sinkStack, Object state,
2 references to AsyncProcessResponse
mscorlib (1)
system\runtime\remoting\channelsinkstacks.cs (1)
156
sink.
AsyncProcessResponse
(this, state, headers, stream);
System.AddIn (1)
System\Addin\Hosting\AddInIpcChannel.cs (1)
216
_sink.
AsyncProcessResponse
(sinkStack, state, headers, stream);