2 writes to ClientCallbackAddress
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (2)
53
this.
ClientCallbackAddress
= clientCallbackAddress;
62
this.
ClientCallbackAddress
= other.ClientCallbackAddress;
3 references to ClientCallbackAddress
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (3)
62
this.ClientCallbackAddress = other.
ClientCallbackAddress
;
173
if (this.
ClientCallbackAddress
!= other.
ClientCallbackAddress
)