2 references to Localhost
Aspire.Hosting (2)
Dcp\ApplicationExecutor.cs (1)
1032
svc.Spec.AddressAllocationMode = endpoint.IsProxied ? AddressAllocationModes.
Localhost
: AddressAllocationModes.Proxyless;
Dcp\Model\Service.cs (1)
25
public string AddressAllocationMode { get; set; } = AddressAllocationModes.
Localhost
;