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