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