4 references to AddressAllocationModes
Aspire.Hosting (4)
Dcp\ApplicationExecutor.cs (3)
858
.Where(sr => !sr.Service.HasCompleteAddress && sr.Service.Spec.AddressAllocationMode !=
AddressAllocationModes
.Proxyless)
1032
svc.Spec.AddressAllocationMode = endpoint.IsProxied ?
AddressAllocationModes
.Localhost :
AddressAllocationModes
.Proxyless;
Dcp\Model\Service.cs (1)
25
public string AddressAllocationMode { get; set; } =
AddressAllocationModes
.Localhost;