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)
87result.Insert(0, new ContextBindingElement(ProtectionLevel.None, ContextExchangeMechanism.HttpCookie, null, this.ContextManagementEnabled));
System\ServiceModel\Configuration\BasicHttpContextBindingElement.cs (1)
43SetPropertyValueIfNotDefaultValue(BasicHttpContextBindingElement.ContextManagementEnabledName, basicHttpContextBinding.ContextManagementEnabled);