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