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