3 references to AllocatedPort
Aspire.Hosting (3)
Dcp\ApplicationExecutor.cs (2)
1005
if (!sp.EndpointAnnotation.IsProxied && svc.
AllocatedPort
is null)
1013
(int)svc.
AllocatedPort
!,
Dcp\Model\Service.cs (1)
89
public bool HasCompleteAddress =>
AllocatedPort
> 0 && !string.IsNullOrEmpty(AllocatedAddress);