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