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