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