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