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