10 references to UriString
Aspire.Hosting (9)
ApplicationModel\AllocatedEndpoint.cs (2)
125
/// <returns>The URI string, <see cref="
UriString
"/>.</returns>
126
public override string ToString() =>
UriString
;
ApplicationModel\EndpointReference.cs (2)
117
public string Url => AllocatedEndpoint.
UriString
;
206
EndpointProperty.Url => new(allocatedEndpoint.
UriString
),
Backchannel\AppHostRpcTarget.cs (1)
89
.Select(e => e.AllocatedEndpoint!.
UriString
)
Dashboard\DashboardEventHandlers.cs (1)
640
var origin = endpoint.AllocatedEndpoint?.
UriString
;
Devcontainers\DevcontainerPortForwardingLifecycleHook.cs (1)
44
endpoint.AllocatedEndpoint!.
UriString
,
Orchestrator\ApplicationOrchestrator.cs (2)
225
var url = new ResourceUrlAnnotation { Url = allocatedEndpoint.
UriString
, Endpoint = endpointReference };
294
url.Url = allocatedEndpoint.
UriString
.TrimEnd('/') + url.Url;
TestProject.AppHost (1)
TestProgram.cs (1)
181
["Uri"] = allocatedEndpoint.
UriString