8 references to UriString
Aspire.Hosting (7)
ApplicationModel\AllocatedEndpoint.cs (2)
78
/// <returns>The URI string, <see cref="
UriString
"/>.</returns>
79
public override string ToString() =>
UriString
;
ApplicationModel\EndpointReference.cs (1)
103
public string Url => AllocatedEndpoint.
UriString
;
Backchannel\AppHostRpcTarget.cs (1)
76
.Select(e => e.AllocatedEndpoint!.
UriString
)
Devcontainers\DevcontainerPortForwardingLifecycleHook.cs (1)
53
endpoint.AllocatedEndpoint!.
UriString
,
Orchestrator\ApplicationOrchestrator.cs (2)
173
var url = new ResourceUrlAnnotation { Url = allocatedEndpoint.
UriString
, Endpoint = new EndpointReference(resourceWithEndpoints, endpoint) };
210
url.Url = allocatedEndpoint.
UriString
.TrimEnd('/') + url.Url;
TestProject.AppHost (1)
TestProgram.cs (1)
179
["Uri"] = allocatedEndpoint.
UriString