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