5 references to AllocatedEndpoint
Aspire.Hosting (4)
ApplicationModel\EndpointReference.cs (3)
193public int Port => AllocatedEndpoint.Port; 203public string Host => AllocatedEndpoint.Address ?? KnownHostNames.Localhost; 213public string Url => AllocatedEndpoint.UriString;
Orchestrator\ApplicationOrchestrator.cs (1)
541if (url.Url.StartsWith('/') && endpoint.AllocatedEndpoint is { } allocatedEndpoint)
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
3760if (endpoint.AllocatedEndpoint is { } allocatedEndpoint)