2 writes to ContextManagementEnabled
System.ServiceModel (2)
System\ServiceModel\Configuration\WSHttpContextBindingElement.cs (1)
76
contextBinding.
ContextManagementEnabled
= this.ContextManagementEnabled;
System\ServiceModel\WSHttpContextBinding.cs (1)
145
contextBinding.
ContextManagementEnabled
= contextBindingElement.ContextManagementEnabled;
3 references to ContextManagementEnabled
System.ServiceModel (3)
System\ServiceModel\Configuration\WSHttpContextBindingElement.cs (1)
66
SetPropertyValueIfNotDefaultValue(WSHttpContextBindingElement.ContextManagementEnabledName, contextBinding.
ContextManagementEnabled
);
System\ServiceModel\WSHttpContextBinding.cs (2)
111
result.Insert(0, new ContextBindingElement(this.ContextProtectionLevel, ContextExchangeMechanism.HttpCookie, this.ClientCallbackAddress, this.
ContextManagementEnabled
));
116
result.Insert(0, new ContextBindingElement(this.ContextProtectionLevel, ContextExchangeMechanism.ContextSoapHeader, this.ClientCallbackAddress, this.
ContextManagementEnabled
));