3 references to GetHostValue
Aspire.Hosting.Docker (3)
DockerComposeServiceResourceExtensions.cs (3)
105
EndpointProperty.Url =>
GetHostValue
($"{mapping.Scheme}://", $":{mapping.InternalPort}"),
106
EndpointProperty.Host or EndpointProperty.IPV4Host =>
GetHostValue
(),
108
EndpointProperty.HostAndPort =>
GetHostValue
(suffix: $":{mapping.InternalPort}"),