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