1 write to listenAddress
System.ServiceModel (1)
System\ServiceModel\Channels\CallbackContextMessageProperty.cs (1)
56
this.
listenAddress
= listenAddress;
3 references to listenAddress
System.ServiceModel (3)
System\ServiceModel\Channels\CallbackContextMessageProperty.cs (3)
81
if (this.callbackAddress == null && this.
listenAddress
!= null)
83
this.callbackAddress = CreateCallbackAddress(this.
listenAddress
, this.context);
180
return new CallbackContextMessageProperty(this.
listenAddress
, this.context);