2 types derived from ChannelFactoryBase
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
93
public abstract class ChannelFactoryBase<TChannel> :
ChannelFactoryBase
, IChannelFactory<TChannel>
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
14
internal abstract class ServiceChannelFactory :
ChannelFactoryBase
4 references to ChannelFactoryBase
System.ServiceModel (1)
netstandard.cs (1)
41
[assembly: TypeForwardedTo(typeof(
ChannelFactoryBase
))]
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\ConnectionPool.cs (2)
617
if (settings is
ChannelFactoryBase
channelFactoryBase)
646
if (_poolSettings is not null && settings is
ChannelFactoryBase
channelFactoryBase)
System\ServiceModel\Channels\ConnectionPoolRegistry.cs (1)
64
if (settings is
ChannelFactoryBase
channelFactoryBase)