2 references to HttpChannelFactory
System.ServiceModel (2)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
29: base(httpsBindingElement, context)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
596return (IChannelFactory<TChannel>)(object)new HttpChannelFactory<TChannel>(this, context);