1 write to ClientCallbackAddress
System.ServiceModel (1)
System\ServiceModel\Configuration\WSHttpContextBindingElement.cs (1)
74
contextBinding.
ClientCallbackAddress
= this.ClientCallbackAddress;
3 references to ClientCallbackAddress
System.ServiceModel (3)
System\ServiceModel\Configuration\WSHttpContextBindingElement.cs (1)
65
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ClientCallbackAddressName, contextBinding.
ClientCallbackAddress
);
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));