1 type derived from ChannelFactoryBase
System.ServiceModel.Primitives (1)
netstandard.cs (1)
1340
public 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)
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)