6 references to Host
Aspire.Hosting (6)
ApplicationModel\EndpointReference.cs (2)
54
EndpointProperty.
Host
or EndpointProperty.IPV4Host => "host",
175
EndpointProperty.
Host
=> new(Endpoint.Host),
ApplicationModel\ExpressionResolver.cs (4)
39
if (property is EndpointProperty.
Host
or EndpointProperty.IPV4Host)
68
(EndpointProperty.
Host
or EndpointProperty.IPV4Host, true, true) => target.Name,
71
(EndpointProperty.
Host
or EndpointProperty.IPV4Host, false, _) => containerHostName,
74
await EvalEndpointAsync(endpointReference, EndpointProperty.
Host
).ConfigureAwait(false),