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