3 references to ContextBindingElementPolicy
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementImporter.cs (3)
59
if (
ContextBindingElementPolicy
.TryGetHttpUseCookieAssertion(unrecognized.BindingAsserions, out httpUseCookieAssertion))
130
if (
ContextBindingElementPolicy
.TryImportRequireContextAssertion(context.GetBindingAssertions(), out contextBindingElement))
134
else if (
ContextBindingElementPolicy
.TryGetHttpUseCookieAssertion(context.GetBindingAssertions(), out httpUseCookieAssertion))