3 overrides of BuildChannelFactoryCore
System.ServiceModel (3)
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
373
protected override IChannelFactory<TChannel>
BuildChannelFactoryCore
<TChannel>(BindingContext context)
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
188
protected override IChannelFactory<TChannel>
BuildChannelFactoryCore
<TChannel>(BindingContext context)
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (1)
80
protected override IChannelFactory<TChannel>
BuildChannelFactoryCore
<TChannel>(BindingContext context)
1 reference to BuildChannelFactoryCore
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
649
IChannelFactory<TChannel> result = this.
BuildChannelFactoryCore
<TChannel>(context);