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