10 references to UriString
Aspire.Hosting (9)
ApplicationModel\AllocatedEndpoint.cs (2)
147/// <returns>The URI string, <see cref="UriString"/>.</returns> 148public override string ToString() => UriString;
ApplicationModel\EndpointReference.cs (2)
142public string Url => AllocatedEndpoint.UriString; 328EndpointProperty.Url => new(allocatedEndpoint.UriString),
Backchannel\AppHostRpcTarget.cs (1)
124.Select(e => e.AllocatedEndpoint!.UriString)
Dashboard\DashboardEventHandlers.cs (1)
703var origin = endpoint.AllocatedEndpoint?.UriString;
Devcontainers\DevcontainerPortForwardingLifecycleHook.cs (1)
44endpoint.AllocatedEndpoint!.UriString,
Orchestrator\ApplicationOrchestrator.cs (2)
248var url = new ResourceUrlAnnotation { Url = allocatedEndpoint.UriString, Endpoint = endpointReference }; 454url.Url = allocatedEndpoint.UriString.TrimEnd('/') + url.Url;
TestProject.AppHost (1)
TestProgram.cs (1)
192["Uri"] = allocatedEndpoint.UriString