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