5 references to IsLoopback
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
152
else if (uri.
IsLoopback
)
NuGet.PackageManagement (1)
Utility\UriHelper.cs (1)
34
|| url.
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.Wasm.cs (1)
12
if (host.
IsLoopback
)