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