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