4 references to IsLoopback
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
148
else if (uri.
IsLoopback
)
PresentationCore (1)
MS\Internal\Text\TextInterface\Factory.cs (1)
335
return uri.IsFile && uri.
IsLoopback
&& !uri.IsUnc;
System.Net.Requests (1)
System\Net\ServicePoint\ServicePointManager.cs (1)
172
if (proxy != null && !address.
IsLoopback
)
System.Net.WebProxy (1)
System\Net\WebProxy.NonWasm.cs (1)
18
if (host.
IsLoopback
)