1 type derived from ChannelFactoryBase
System.ServiceModel.Primitives (1)
netstandard.cs (1)
1340public abstract partial class ChannelFactoryBase<TChannel> : System.ServiceModel.Channels.ChannelFactoryBase, System.ServiceModel.Channels.IChannelFactory, System.ServiceModel.Channels.IChannelFactory<TChannel>, System.ServiceModel.ICommunicationObject
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)
617if (settings is ChannelFactoryBase channelFactoryBase) 646if (_poolSettings is not null && settings is ChannelFactoryBase channelFactoryBase)
System\ServiceModel\Channels\ConnectionPoolRegistry.cs (1)
64if (settings is ChannelFactoryBase channelFactoryBase)