4 references to BindingAsserions
System.ServiceModel (4)
System\ServiceModel\Channels\ContextBindingElementImporter.cs (3)
60if (ContextBindingElementPolicy.TryGetHttpUseCookieAssertion(unrecognized.BindingAsserions, out httpUseCookieAssertion)) 68unrecognized.BindingAsserions.Remove(httpUseCookieAssertion); 69if (unrecognized.BindingAsserions.Count == 0)
System\ServiceModel\Configuration\UnrecognizedPolicyAssertionElement.cs (1)
52this.bindingAsserions = binding.BindingAsserions;