7 references to Host
Aspire.Hosting (7)
ApplicationModel\EndpointReference.cs (2)
54
EndpointProperty.
Host
or EndpointProperty.IPV4Host => Binding("host"),
176
EndpointProperty.
Host
=> new(Endpoint.Host),
ApplicationModel\ExpressionResolver.cs (5)
39
if (property is EndpointProperty.
Host
or EndpointProperty.IPV4Host)
66
(EndpointProperty.
Host
or EndpointProperty.IPV4Host, true, true) => target.Name,
69
(EndpointProperty.
Host
or EndpointProperty.IPV4Host, false, _) => containerHostName,
72
await EvalEndpointAsync(endpointReference, EndpointProperty.
Host
).ConfigureAwait(false),
75
await EvalEndpointAsync(endpointReference, EndpointProperty.
Host
).ConfigureAwait(false),