2 references to AllocatedAddress
Aspire.Hosting (2)
Dcp\DcpModelUtilities.cs (1)
194if (allocatedPort is null || string.IsNullOrEmpty(svc.AllocatedAddress))
Dcp\Model\Service.cs (1)
91public bool HasCompleteAddress => AllocatedPort > 0 && !string.IsNullOrEmpty(AllocatedAddress);