4 references to HostAndPort
Aspire.Hosting (4)
ApplicationModel\EndpointReference.cs (2)
58EndpointProperty.HostAndPort => $"{Binding("host")}:{Binding("port")}", 181EndpointProperty.HostAndPort => new($"{Endpoint.Host}:{Endpoint.Port.ToString(CultureInfo.InvariantCulture)}"),
ApplicationModel\ExpressionResolver.cs (2)
47else if (property is EndpointProperty.Url or EndpointProperty.HostAndPort) 74(EndpointProperty.HostAndPort, _, _) => string.Format(CultureInfo.InvariantCulture, "{0}:{1}",