9 references to UriString
Aspire.Hosting (8)
ApplicationModel\AllocatedEndpoint.cs (2)
125/// <returns>The URI string, <see cref="UriString"/>.</returns> 126public override string ToString() => UriString;
ApplicationModel\EndpointReference.cs (1)
103public string Url => AllocatedEndpoint.UriString;
Backchannel\AppHostRpcTarget.cs (1)
89.Select(e => e.AllocatedEndpoint!.UriString)
Dashboard\DashboardLifecycleHook.cs (1)
405var origin = endpoint.AllocatedEndpoint?.UriString;
Devcontainers\DevcontainerPortForwardingLifecycleHook.cs (1)
55endpoint.AllocatedEndpoint!.UriString,
Orchestrator\ApplicationOrchestrator.cs (2)
221var url = new ResourceUrlAnnotation { Url = allocatedEndpoint.UriString, Endpoint = endpointReference }; 278url.Url = allocatedEndpoint.UriString.TrimEnd('/') + url.Url;
TestProject.AppHost (1)
TestProgram.cs (1)
180["Uri"] = allocatedEndpoint.UriString