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