8 types derived from DelegatingChannelListener
System.ServiceModel (8)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
1518
class SingletonChannelListener<TChannel, TQueuedChannel, TQueuedItem> :
DelegatingChannelListener
<TChannel>, IChannelDemuxerFilter
3459
class InputQueueChannelListener<TChannel> :
DelegatingChannelListener
<TChannel>
System\ServiceModel\Channels\DatagramAdapter.cs (1)
46
:
DelegatingChannelListener
<TChannel>,
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
9
sealed 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)
19
sealed class SecurityChannelListener<TChannel> :
DelegatingChannelListener
<TChannel> where TChannel : class, IChannel
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
13
sealed class TransactionChannelListener<TChannel> :
DelegatingChannelListener
<TChannel>, ITransactionChannelManager