20 references to OtlpServiceHttpEndPointAccessor
Aspire.Dashboard.Tests (20)
Integration\FrontendBrowserTokenAuthTests.cs (1)
92
using var client = new HttpClient { BaseAddress = new Uri($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}") };
Integration\FrontendOpenIdConnectAuthTests.cs (1)
81
using var client = new HttpClient(handler) { BaseAddress = new Uri($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}") };
Integration\HealthTests.cs (1)
21
await MakeRequestAndAssert($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}", HttpVersion.Version11).DefaultTimeout();
Integration\OtlpCorsHttpServiceTests.cs (4)
27
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
51
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
92
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
120
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
Integration\OtlpHttpServiceTests.cs (11)
42
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
68
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
114
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
138
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
166
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
230
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
261
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
308
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
333
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
362
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
391
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
Integration\StartupTests.cs (2)
61
AssertDynamicIPEndpoint(app.
OtlpServiceHttpEndPointAccessor
);
97
AssertDynamicIPEndpoint(app.
OtlpServiceHttpEndPointAccessor
);