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