2 references to IsLocalhostTld
Aspire.Hosting (1)
Utils\EndpointHostHelpers.cs (1)
45
return IsLocalhost(host) ||
IsLocalhostTld
(host);
Aspire.Hosting.Tests (1)
Utils\EndpointHostHelpersTests.cs (1)
53
var result = EndpointHostHelpers.
IsLocalhostTld
(host);