2 writes to InheritBaseAddressSettings
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
65this.InheritBaseAddressSettings = bindingElement.InheritBaseAddressSettings;
System\ServiceModel\Channels\HttpChannelListener.cs (1)
102this.InheritBaseAddressSettings = bindingElement.InheritBaseAddressSettings;
7 references to InheritBaseAddressSettings
System.ServiceModel (7)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
99if (channelListener.InheritBaseAddressSettings)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
216if (channelListener.InheritBaseAddressSettings)
System\ServiceModel\Channels\HttpTransportManager.cs (2)
208channelListener.InheritBaseAddressSettings ? hostNameComparisonMode : channelListener.HostNameComparisonModeInternal, 232HostNameComparisonMode registeredMode = channelListener.InheritBaseAddressSettings ? hostNameComparisonMode : channelListener.HostNameComparisonModeInternal;
System\ServiceModel\Channels\NamedPipeTransportManager.cs (1)
80if (channelListener.InheritBaseAddressSettings)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
49if (channelListener.InheritBaseAddressSettings)
System\ServiceModel\Channels\TransportChannelListener.cs (1)
478if (!InheritBaseAddressSettings)