2 writes to _inheritBaseAddressSettings
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
55
_inheritBaseAddressSettings
= elementToBeCloned.InheritBaseAddressSettings;
113
_inheritBaseAddressSettings
= value;
3 references to _inheritBaseAddressSettings
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
109
return
_inheritBaseAddressSettings
;
382
if (
_inheritBaseAddressSettings
!= http.
_inheritBaseAddressSettings
)