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