3 types derived from LayeredChannelAcceptor
System.ServiceModel (3)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
101sealed class CompositeDuplexChannelAcceptor : LayeredChannelAcceptor<IDuplexChannel, IInputChannel>
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
473internal sealed class SecurityChannelAcceptor : LayeredChannelAcceptor<TChannel, TChannel>
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
76class TransactionChannelAcceptor : LayeredChannelAcceptor<TChannel, TChannel>