18 references to OtlpServiceHttpEndPointAccessor
Aspire.Dashboard.Tests (18)
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\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 (10)
38
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
64
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
110
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
134
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
162
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
226
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
254
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
279
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
308
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
337
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
Integration\StartupTests.cs (2)
55
AssertDynamicIPEndpoint(app.
OtlpServiceHttpEndPointAccessor
);
91
AssertDynamicIPEndpoint(app.
OtlpServiceHttpEndPointAccessor
);