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