5 references to UriString
Aspire.Hosting (4)
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;
Devcontainers\DevcontainerPortForwardingLifecycleHook.cs (1)
53endpoint.AllocatedEndpoint!.UriString,
TestProject.AppHost (1)
TestProgram.cs (1)
178["Uri"] = allocatedEndpoint.UriString