7 references to IsIPv6SiteLocal
System.Runtime.Remoting (1)
channels\tcp\tcpclientchannel.cs (1)
373
if ((ipAddr != null) && (ipAddr.IsIPv6LinkLocal || ipAddr.
IsIPv6SiteLocal
))
System.ServiceModel (6)
System\ServiceModel\Channels\PeerIPHelper.cs (4)
236
if (address.IsIPv6LinkLocal || address.
IsIPv6SiteLocal
)
337
if (V6Address(ipAddress) && (ipAddress.IsIPv6LinkLocal || ipAddress.
IsIPv6SiteLocal
))
470
else if (this.listenAddress.
IsIPv6SiteLocal
)
474
if (address.
IsIPv6SiteLocal
)
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
453
((address.IsIPv6LinkLocal) || (address.
IsIPv6SiteLocal
))
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (1)
134
if (!multipleScopes || (!address.IsIPv6LinkLocal && !address.
IsIPv6SiteLocal
))