3 references to IsLocalhostOrLocalhostTld
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1738
var s when EndpointHostHelpers.
IsLocalhostOrLocalhostTld
(s) => ("localhost", EndpointBindingMode.SingleAddress), // Explicitly set to localhost when using localhost or .localhost subdomain
Aspire.Hosting.DevTunnels (1)
DevTunnelResourceBuilderExtensions.cs (1)
470
if (!EndpointHostHelpers.
IsLocalhostOrLocalhostTld
(targetEndpointAnnotation.TargetHost))
Aspire.Hosting.Tests (1)
Utils\EndpointHostHelpersTests.cs (1)
82
var result = EndpointHostHelpers.
IsLocalhostOrLocalhostTld
(host);