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