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