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