4 references to ContextBindingElementPolicy
System.ServiceModel (4)
System\ServiceModel\Channels\ContextBindingElement.cs (1)
199ContextBindingElementPolicy.ExportRequireContextAssertion(this, context.GetBindingAssertions());
System\ServiceModel\Channels\ContextBindingElementImporter.cs (3)
60if (ContextBindingElementPolicy.TryGetHttpUseCookieAssertion(unrecognized.BindingAsserions, out httpUseCookieAssertion)) 132if (ContextBindingElementPolicy.TryImportRequireContextAssertion(context.GetBindingAssertions(), out contextBindingElement)) 136else if (ContextBindingElementPolicy.TryGetHttpUseCookieAssertion(context.GetBindingAssertions(), out httpUseCookieAssertion))