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