2 writes to clientBaseAddress
System.ServiceModel (2)
System\ServiceModel\Channels\CompositeDuplexBindingElement.cs (2)
27this.clientBaseAddress = elementToBeCloned.ClientBaseAddress; 40this.clientBaseAddress = value;
5 references to clientBaseAddress
System.ServiceModel (5)
System\ServiceModel\Channels\CompositeDuplexBindingElement.cs (5)
35return this.clientBaseAddress; 80if (this.clientBaseAddress != null) 82context.ListenUriBaseAddress = this.clientBaseAddress; 179return (this.clientBaseAddress == duplex.clientBaseAddress);