6 references to IsLoopback
System (2)
net\System\Net\ServicePointManager.cs (1)
697if (proxy!=null && !address.IsLoopback) {
net\System\Net\webproxy.cs (1)
406if (host.IsLoopback) {
System.Runtime.Remoting (1)
channels\http\httpremotinghandler.cs (1)
310return (context.Request.Url.IsLoopback || (localAddress != null && remoteAddress != null && localAddress == remoteAddress));
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
186if (via.IsLoopback)
System.Web (2)
Security\FormsAuthentication.cs (1)
917if (!absUri.IsLoopback && !string.Equals(context.Request.Url.Host, absUri.Host, StringComparison.OrdinalIgnoreCase))
Util\UrlPath.cs (1)
731return absUri.IsLoopback || string.Equals(currentRequestUri.Host, absUri.Host, StringComparison.OrdinalIgnoreCase);