1 write to ContainerHostAddress
Aspire.Hosting (1)
ApplicationModel\AllocatedEndpoint.cs (1)
30ContainerHostAddress = containerHostAddress;
1 reference to ContainerHostAddress
Aspire.Hosting (1)
ApplicationModel\EndpointReference.cs (1)
92public string ContainerHost => AllocatedEndpoint.ContainerHostAddress ?? throw new InvalidOperationException($"The endpoint \"{EndpointName}\" has no associated container host name.");