6 references to HttpTransportSecurityHelpers
System.ServiceModel (6)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (2)
288HttpTransportSecurityHelpers.RemoveIdentityMapping(Via, RemoteAddress, !aborting); 305this.cleanupIdentity = HttpTransportSecurityHelpers.AddIdentityMapping(Via, RemoteAddress);
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
972cleanupIdentity = HttpTransportSecurityHelpers.AddIdentityMapping(Via, RemoteAddress); 1039HttpTransportSecurityHelpers.RemoveIdentityMapping(Via, RemoteAddress, !aborting);
System\ServiceModel\Channels\HttpsChannelFactory.cs (2)
248HttpTransportSecurityHelpers.AddServerCertMapping(request, to); 396HttpTransportSecurityHelpers.RemoveServerCertMapping(request);