1 type derived from HttpClientRequestChannel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
238
protected class HttpsClientRequestChannel :
HttpClientRequestChannel
1 instantiation of HttpClientRequestChannel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
430
return (TChannel)(object)new
HttpClientRequestChannel
((HttpChannelFactory<IRequestChannel>)(object)this, remoteAddress, via, ManualAddressing);
2 references to HttpClientRequestChannel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
874
private
HttpClientRequestChannel
_channel;
886
public HttpClientChannelAsyncRequest(
HttpClientRequestChannel
channel)