6 references to Host
Aspire.Hosting (6)
ApplicationModel\EndpointReference.cs (2)
54EndpointProperty.Host or EndpointProperty.IPV4Host => "host", 175EndpointProperty.Host => new(Endpoint.Host),
ApplicationModel\ExpressionResolver.cs (4)
39if (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, 74await EvalEndpointAsync(endpointReference, EndpointProperty.Host).ConfigureAwait(false),