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