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