1 write to InheritBaseAddressSettings
System.ServiceModel (1)
System\ServiceModel\Description\MetadataExchangeBindings.cs (1)
191httpTransport.InheritBaseAddressSettings = true;
2 references to InheritBaseAddressSettings
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
102this.InheritBaseAddressSettings = bindingElement.InheritBaseAddressSettings;
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
79this.inheritBaseAddressSettings = elementToBeCloned.InheritBaseAddressSettings;