8 types derived from DelegatingChannelListener
System.ServiceModel (8)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
1518class SingletonChannelListener<TChannel, TQueuedChannel, TQueuedItem> : DelegatingChannelListener<TChannel>, IChannelDemuxerFilter 3459class InputQueueChannelListener<TChannel> : DelegatingChannelListener<TChannel>
System\ServiceModel\Channels\DatagramAdapter.cs (1)
46: DelegatingChannelListener<TChannel>,
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
9sealed class InternalDuplexChannelListener : DelegatingChannelListener<IDuplexChannel>
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
640: DelegatingChannelListener<IInputChannel>
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
22: DelegatingChannelListener<TChannel>, IReliableFactorySettings
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
19sealed class SecurityChannelListener<TChannel> : DelegatingChannelListener<TChannel> where TChannel : class, IChannel
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
13sealed class TransactionChannelListener<TChannel> : DelegatingChannelListener<TChannel>, ITransactionChannelManager