6 references to Url
Aspire.Hosting (6)
ApplicationModel\EndpointReference.cs (3)
49internal string GetExpression(EndpointProperty property = EndpointProperty.Url) 53EndpointProperty.Url => Binding("url"), 175EndpointProperty.Url => new(Endpoint.Url),
ApplicationModel\ExpressionResolver.cs (3)
47else if (property is EndpointProperty.Url or EndpointProperty.HostAndPort) 70(EndpointProperty.Url, _, _) => string.Format(CultureInfo.InvariantCulture, "{0}://{1}:{2}", 181EndpointReference endpointReference when sourceIsContainer => new ResolvedValue(await EvalEndpointAsync(endpointReference, EndpointProperty.Url).ConfigureAwait(false), false),