1 write to ClientCallbackAddress
System.ServiceModel (1)
System\ServiceModel\Configuration\NetTcpContextBindingElement.cs (1)
74
netTcpContextBinding.
ClientCallbackAddress
= this.ClientCallbackAddress;
2 references to ClientCallbackAddress
System.ServiceModel (2)
System\ServiceModel\Configuration\NetTcpContextBindingElement.cs (1)
65
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ClientCallbackAddressName, netTcpContextBinding.
ClientCallbackAddress
);
System\ServiceModel\NetTcpContextBinding.cs (1)
95
result.Insert(0, new ContextBindingElement(this.ContextProtectionLevel, ContextExchangeMechanism.ContextSoapHeader, this.
ClientCallbackAddress
, this.ContextManagementEnabled));