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