KnownHostNames
Class static net10.0
Provides known host names for use within the Aspire application model API.
namespace Aspire.Hosting.ApplicationModel;
public static class KnownHostNames{ // ...}Fields3
Section titled FieldsDefaultContainerTunnelHostNamestaticstring The host name used to facilitate connections originating from containers and ending on the host network.
DockerDesktopHostBridgestaticstring The host name used by Docker Desktop host network bridge.
Localhoststaticstring The host name associated with the IP loopback interface (localhost).