2 writes to ContextManagementEnabled
System.ServiceModel (2)
System\ServiceModel\Configuration\NetTcpContextBindingElement.cs (1)
75netTcpContextBinding.ContextManagementEnabled = this.ContextManagementEnabled;
System\ServiceModel\NetTcpContextBinding.cs (1)
118contextBinding.ContextManagementEnabled = contextBindingElement.ContextManagementEnabled;
2 references to ContextManagementEnabled
System.ServiceModel (2)
System\ServiceModel\Configuration\NetTcpContextBindingElement.cs (1)
66SetPropertyValueIfNotDefaultValue(NetTcpContextBindingElement.ContextManagementEnabledName, netTcpContextBinding.ContextManagementEnabled);
System\ServiceModel\NetTcpContextBinding.cs (1)
95result.Insert(0, new ContextBindingElement(this.ContextProtectionLevel, ContextExchangeMechanism.ContextSoapHeader, this.ClientCallbackAddress, this.ContextManagementEnabled));