1 type derived from HttpClientRequestChannel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
238protected class HttpsClientRequestChannel : HttpClientRequestChannel
1 instantiation of HttpClientRequestChannel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
430return (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)
874private HttpClientRequestChannel _channel; 886public HttpClientChannelAsyncRequest(HttpClientRequestChannel channel)