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