3 references to GetHostValue
Aspire.Hosting.Azure.AppContainers (3)
AzureContainerAppsInfrastructure.cs (3)
606EndpointProperty.Url => GetHostValue($"{scheme}://", suffix: isHttpIngress ? null : $":{port}"), 607EndpointProperty.Host or EndpointProperty.IPV4Host => GetHostValue(), 609EndpointProperty.HostAndPort => GetHostValue(suffix: $":{port}"),