4 references to AllocatedEndpoint
Aspire.Hosting (4)
ApplicationModel\EndpointReference.cs (3)
122public int Port => AllocatedEndpoint.Port; 132public string Host => AllocatedEndpoint.Address ?? KnownHostNames.Localhost; 142public string Url => AllocatedEndpoint.UriString;
Orchestrator\ApplicationOrchestrator.cs (1)
452if (url.Url.StartsWith('/') && endpoint.AllocatedEndpoint is { } allocatedEndpoint)