18 references to OtlpServiceHttpEndPointAccessor
Aspire.Dashboard.Tests (18)
Integration\FrontendBrowserTokenAuthTests.cs (1)
93
using var client = new HttpClient { BaseAddress = new Uri($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}") };
Integration\FrontendOpenIdConnectAuthTests.cs (1)
82
using var client = new HttpClient(handler) { BaseAddress = new Uri($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}") };
Integration\OtlpCorsHttpServiceTests.cs (4)
28
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
52
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
93
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
121
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
Integration\OtlpHttpServiceTests.cs (10)
39
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
65
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
111
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
135
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
163
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
227
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
255
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
280
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
309
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
338
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
Integration\StartupTests.cs (2)
56
AssertDynamicIPEndpoint(app.
OtlpServiceHttpEndPointAccessor
);
92
AssertDynamicIPEndpoint(app.
OtlpServiceHttpEndPointAccessor
);