KnownNetworkIdentifiers
Class static net10.0
Provides known network identifiers for use within the Aspire application model API.
namespace Aspire.Hosting.ApplicationModel;
public static class KnownNetworkIdentifiers{ // ...}Fields3
Section titled FieldsDefaultAspireContainerNetworkstatic 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).