2 references to HttpClientRequestChannel
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
513return (TChannel)(object)new HttpClientRequestChannel((HttpChannelFactory<IRequestChannel>)(object)this, remoteAddress, via, ManualAddressing);
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
314: base(factory, to, via, manualAddressing)