1 implementation of AsyncProcessResponse
mscorlib (1)
system\runtime\remoting\channelsinkstacks.cs (1)
139
public void
AsyncProcessResponse
(ITransportHeaders headers, Stream stream)
3 references to AsyncProcessResponse
System.Runtime.Remoting (3)
channels\http\httpclientchannel.cs (1)
1122
asyncRequestState.SinkStack.
AsyncProcessResponse
(responseHeaders, responseStream);
channels\ipc\ipcclientchannel.cs (1)
340
sinkStack.
AsyncProcessResponse
(responseHeaders, responseStream);
channels\tcp\tcpclientchannel.cs (1)
528
sinkStack.
AsyncProcessResponse
(responseHeaders, responseStream);