2 references to HttpClientRequestChannel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
430
return (TChannel)(object)new
HttpClientRequestChannel
((HttpChannelFactory<IRequestChannel>)(object)this, remoteAddress, via, ManualAddressing);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
244
:
base
(factory, to, via, manualAddressing)