1 write to callbackAddress
System.ServiceModel (1)
System\ServiceModel\Channels\ClientContextProtocol.cs (1)
37
this.
callbackAddress
= callbackAddress;
2 references to callbackAddress
System.ServiceModel (2)
System\ServiceModel\Channels\ClientContextProtocol.cs (2)
165
if (callbackAddress == null && this.
callbackAddress
!= null)
167
callbackAddress = callbackContext.CreateCallbackAddress(this.
callbackAddress
);