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