5 references to AllocatedPort
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (3)
965if (!sp.EndpointAnnotation.IsProxied && svc.AllocatedPort is null) 975(int)svc.AllocatedPort!, 1047var port = _options.Value.EnableAspireContainerTunnel ? (int)ts.Service!.AllocatedPort! : serverSvc.EndpointAnnotation.AllocatedEndpoint!.Port;
Dcp\Model\Service.cs (1)
91public bool HasCompleteAddress => AllocatedPort > 0 && !string.IsNullOrEmpty(AllocatedAddress);
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
2237int port = svc.AllocatedPort!.Value;