2 writes to callbackAddress
System.ServiceModel (2)
System\ServiceModel\Channels\CallbackContextMessageProperty.cs (2)
66this.callbackAddress = callbackAddress; 83this.callbackAddress = CreateCallbackAddress(this.listenAddress, this.context);
4 references to callbackAddress
System.ServiceModel (4)
System\ServiceModel\Channels\CallbackContextMessageProperty.cs (4)
81if (this.callbackAddress == null && this.listenAddress != null) 85return this.callbackAddress; 174if (this.callbackAddress != null) 176return new CallbackContextMessageProperty(this.callbackAddress);