1 type derived from HttpClientRequestChannel
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
309
protected class HttpsClientRequestChannel :
HttpClientRequestChannel
2 references to HttpClientRequestChannel
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
972
private
HttpClientRequestChannel
_channel;
984
public HttpClientChannelAsyncRequest(
HttpClientRequestChannel
channel)