1 interface inheriting from IClientResponseChannelSinkStack
mscorlib (1)
system\runtime\remoting\channelsinkstacks.cs (1)
33
public interface IClientChannelSinkStack :
IClientResponseChannelSinkStack
7 references to IClientResponseChannelSinkStack
mscorlib (1)
system\runtime\remoting\ichannel.cs (1)
173
void AsyncProcessResponse(
IClientResponseChannelSinkStack
sinkStack, Object state,
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,