3 references to IsScopeIdCompatible
System.ServiceModel (3)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
221
if (!channelListener.
IsScopeIdCompatible
(HostNameComparisonMode, this.ListenUri))
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
52
if (!channelListener.
IsScopeIdCompatible
(HostNameComparisonMode, this.ListenUri))
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
209
if (!channelListener.
IsScopeIdCompatible
(this.hostNameComparisonMode, this.listenUri))