2 interfaces inheriting from IChannelSinkBase
mscorlib (2)
system\runtime\remoting\ichannel.cs (2)
147public interface IClientChannelSink : IChannelSinkBase 206public interface IServerChannelSink : IChannelSinkBase
1 reference to IChannelSinkBase
mscorlib (1)
system\runtime\remoting\ichannel.cs (1)
528protected IChannelSinkBase SinksWithProperties = null;