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