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