1 type derived from HttpClientRequestChannel
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
309protected class HttpsClientRequestChannel : HttpClientRequestChannel
1 instantiation of HttpClientRequestChannel
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
513return (TChannel)(object)new HttpClientRequestChannel((HttpChannelFactory<IRequestChannel>)(object)this, remoteAddress, via, ManualAddressing);
2 references to HttpClientRequestChannel
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
972private HttpClientRequestChannel _channel; 984public HttpClientChannelAsyncRequest(HttpClientRequestChannel channel)