4 references to UriString
Aspire.Hosting (3)
ApplicationModel\AllocatedEndpoint.cs (2)
78/// <returns>The URI string, <see cref="UriString"/>.</returns> 79public override string ToString() => UriString;
ApplicationModel\EndpointReference.cs (1)
102public string Url => AllocatedEndpoint.UriString;
TestProject.AppHost (1)
TestProgram.cs (1)
176["Uri"] = allocatedEndpoint.UriString