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