2 writes to ClientCallbackAddress
System.ServiceModel (2)
System\ServiceModel\Channels\ContextBindingElement.cs (2)
55this.ClientCallbackAddress = clientCallbackAddress; 64this.ClientCallbackAddress = other.ClientCallbackAddress;
4 references to ClientCallbackAddress
System.ServiceModel (4)
System\ServiceModel\Channels\ContextBindingElement.cs (4)
64this.ClientCallbackAddress = other.ClientCallbackAddress; 137return new ContextChannelFactory<TChannel>(context, this.ContextExchangeMechanism, this.ClientCallbackAddress, this.ContextManagementEnabled); 261if (this.ClientCallbackAddress != other.ClientCallbackAddress)