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