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