8 references to HostNameComparisonModeInternal
System.ServiceModel (8)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
133return this.HostNameComparisonModeInternal;
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (3)
200AddressTable.RegisterUri(channelListener.Uri, channelListener.HostNameComparisonModeInternal, 208EnsureRegistered(AddressTable, (TChannelListener)channelListener, channelListener.HostNameComparisonModeInternal); 209AddressTable.UnregisterUri(channelListener.Uri, channelListener.HostNameComparisonModeInternal);
System\ServiceModel\Channels\HttpChannelListener.cs (2)
112this.extendedProtectionPolicy = GetPolicyWithDefaultSpnCollection(bindingElement.ExtendedProtectionPolicy, this.authenticationScheme, this.HostNameComparisonModeInternal, base.Uri, out this.usingDefaultSpnList); 218return this.HostNameComparisonModeInternal;
System\ServiceModel\Channels\HttpTransportManager.cs (2)
208channelListener.InheritBaseAddressSettings ? hostNameComparisonMode : channelListener.HostNameComparisonModeInternal, 232HostNameComparisonMode registeredMode = channelListener.InheritBaseAddressSettings ? hostNameComparisonMode : channelListener.HostNameComparisonModeInternal;