2 references to HttpChannelFactory
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
26
:
base
(httpsBindingElement, context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
488
return (IChannelFactory<TChannel>)(object)new
HttpChannelFactory
<TChannel>(this, context);