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