6 implementations of NextChannelSink
System.AddIn (1)
System\Addin\Hosting\AddInIpcChannel.cs (1)
228public IClientChannelSink NextChannelSink
System.Runtime.Remoting (5)
channels\http\httpclientchannel.cs (1)
549public IClientChannelSink NextChannelSink
channels\ipc\ipcclientchannel.cs (1)
374public IClientChannelSink NextChannelSink
channels\sinks\binaryformattersinks.cs (1)
284public IClientChannelSink NextChannelSink
channels\sinks\soapformattersinks.cs (1)
337public IClientChannelSink NextChannelSink
channels\tcp\tcpclientchannel.cs (1)
446public IClientChannelSink NextChannelSink
3 references to NextChannelSink
mscorlib (2)
system\runtime\remoting\channelservices.cs (1)
488chnlSink = chnlSink.NextChannelSink;
system\runtime\remoting\ichannel.cs (1)
573chnlSink = chnlSink.NextChannelSink;
System.AddIn (1)
System\Addin\Hosting\AddInIpcChannel.cs (1)
234get { return _sink.NextChannelSink; }