1 write to ContextManagementEnabled
System.ServiceModel (1)
System\ServiceModel\Configuration\BasicHttpContextBindingElement.cs (1)
63
((BasicHttpContextBinding)binding).
ContextManagementEnabled
= this.ContextManagementEnabled;
2 references to ContextManagementEnabled
System.ServiceModel (2)
System\ServiceModel\BasicHttpContextBinding.cs (1)
87
result.Insert(0, new ContextBindingElement(ProtectionLevel.None, ContextExchangeMechanism.HttpCookie, null, this.
ContextManagementEnabled
));
System\ServiceModel\Configuration\BasicHttpContextBindingElement.cs (1)
43
SetPropertyValueIfNotDefaultValue(BasicHttpContextBindingElement.ContextManagementEnabledName, basicHttpContextBinding.
ContextManagementEnabled
);