1 write to Address
Aspire.Hosting (1)
ApplicationModel\AllocatedEndpoint.cs (1)
29Address = address;
2 references to Address
Aspire.Hosting (2)
ApplicationModel\AllocatedEndpoint.cs (1)
63public string EndPointString => $"{Address}:{Port}";
ApplicationModel\EndpointReference.cs (1)
87public string Host => AllocatedEndpoint.Address ?? "localhost";