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