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