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