2 writes to listenUriBaseAddress
System.ServiceModel (2)
System\ServiceModel\Channels\BindingContext.cs (2)
66
this.
listenUriBaseAddress
= listenUriBaseAddress;
84
set { this.
listenUriBaseAddress
= value; }
2 references to listenUriBaseAddress
System.ServiceModel (2)
System\ServiceModel\Channels\BindingContext.cs (2)
83
get { return this.
listenUriBaseAddress
; }
145
this.
listenUriBaseAddress
, this.listenUriRelativeAddress, this.listenUriMode);