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