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