Skip to content
Docs Try Aspire

KnownNetworkIdentifiers

Class static net10.0
📦 Aspire.Hosting v13.1.2
Provides known network identifiers for use within the Aspire application model API.
namespace Aspire.Hosting.ApplicationModel;
public static class KnownNetworkIdentifiers
{
// ...
}
DefaultAspireContainerNetworkstatic
Represents Aspire default, auto-created container network resource (not actual Docker/Podman network).
LocalhostNetworkstatic
The network associated with the IP loopback interface (localhost).
PublicInternetstatic
Represents public Internet (globally routable).
View all fields