2 writes to inheritBaseAddressSettings
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (2)
52this.inheritBaseAddressSettings = elementToBeCloned.InheritBaseAddressSettings; 179this.inheritBaseAddressSettings = value;
3 references to inheritBaseAddressSettings
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (3)
175return this.inheritBaseAddressSettings; 395if (this.inheritBaseAddressSettings != connection.inheritBaseAddressSettings)