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