7 types derived from LayeredChannelFactory
System.ServiceModel (7)
System\ServiceModel\Channels\ContextChannelFactory.cs (1)
14class ContextChannelFactory<TChannel> : LayeredChannelFactory<TChannel>
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
10sealed class InternalDuplexChannelFactory : LayeredChannelFactory<IDuplexChannel>
System\ServiceModel\Channels\OneWayChannelFactory.cs (3)
75class RequestOneWayChannelFactory : LayeredChannelFactory<IOutputChannel> 253class DuplexOneWayChannelFactory : LayeredChannelFactory<IOutputChannel> 358class DuplexSessionOneWayChannelFactory : LayeredChannelFactory<IOutputChannel>
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
22: LayeredChannelFactory<TChannel>
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
13sealed class TransactionChannelFactory<TChannel> : LayeredChannelFactory<TChannel>, ITransactionChannelManager