2 types derived from ChannelAcceptor
System.ServiceModel (2)
System\ServiceModel\Channels\InputQueueChannelAcceptor.cs (1)
10
class InputQueueChannelAcceptor<TChannel> :
ChannelAcceptor
<TChannel>
System\ServiceModel\Channels\LayeredChannelListener.cs (1)
298
abstract class LayeredChannelAcceptor<TChannel, TInnerChannel> :
ChannelAcceptor
<TChannel>
3 references to ChannelAcceptor
System.ServiceModel (3)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
17
where TChannelAcceptor :
ChannelAcceptor
<TChannel>
System\ServiceModel\Channels\PeerChannelListener.cs (1)
276
where TChannelAcceptor :
ChannelAcceptor
<TChannel>
System\ServiceModel\Channels\TcpChannelListener.cs (1)
24
where TChannelAcceptor :
ChannelAcceptor
<TChannel>