3 references to HttpTransportSecurityHelpers
System.ServiceModel.Http (3)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
144clientWebSocket.Options.SetRequestHeader("Host", HttpTransportSecurityHelpers.GetIdentityHostHeader(RemoteAddress));
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
998HttpTransportSecurityHelpers.AddIdentityMapping(_to, message);
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
208HttpTransportSecurityHelpers.AddServerCertIdentityValidation(httpClientHandler, to);