1 override of GetHttpClientHandler
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
269internal override HttpClientHandler GetHttpClientHandler(EndpointAddress to, SecurityTokenContainer clientCertificateToken)
2 references to GetHttpClientHandler
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
272var clientHandler = GetHttpClientHandler(to, clientCertificateToken);
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
271HttpClientHandler handler = base.GetHttpClientHandler(to, clientCertificateToken);