5 references to UriString
Aspire.Hosting (4)
ApplicationModel\AllocatedEndpoint.cs (2)
78
/// <returns>The URI string, <see cref="
UriString
"/>.</returns>
79
public override string ToString() =>
UriString
;
ApplicationModel\EndpointReference.cs (1)
102
public string Url => AllocatedEndpoint.
UriString
;
Devcontainers\DevcontainerPortForwardingLifecycleHook.cs (1)
53
endpoint.AllocatedEndpoint!.
UriString
,
TestProject.AppHost (1)
TestProgram.cs (1)
178
["Uri"] = allocatedEndpoint.
UriString