2 writes to inheritBaseAddressSettings
System.ServiceModel (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
79this.inheritBaseAddressSettings = elementToBeCloned.InheritBaseAddressSettings; 214this.inheritBaseAddressSettings = value;
3 references to inheritBaseAddressSettings
System.ServiceModel (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
210return this.inheritBaseAddressSettings; 914if (this.inheritBaseAddressSettings != http.inheritBaseAddressSettings)