5 references to Url
Aspire.Hosting (3)
ApplicationModel\EndpointReference.cs (1)
44
ValueTask<string?> IValueProvider.GetValueAsync(CancellationToken cancellationToken) => new(
Url
);
ResourceBuilderExtensions.cs (2)
1278
var baseUri = new Uri(endpoint.
Url
, UriKind.Absolute);
1652
var uri = new UriBuilder(endpoint.
Url
) { Path = path }.Uri;
Aspire.Hosting.Redis.Tests (1)
RedisFunctionalTests.cs (1)
614
var redisCommanderUrl = endpoint.
Url
;
Aspire.Hosting.Testing (1)
DistributedApplicationHostingTestingExtensions.cs (1)
114
return endpoint.
Url
;