30 references to OtlpServiceHttpEndPointAccessor
Aspire.Dashboard.Tests (30)
Integration\FrontendBrowserTokenAuthTests.cs (1)
294
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)
24
await MakeRequestAndAssert($"http://{fixture.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\OtlpHttpJsonTests.cs (9)
505
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
565
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
642
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
692
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
744
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
834
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
862
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
880
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
898
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
Integration\OtlpHttpServiceTests.cs (11)
42
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
71
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
120
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
144
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
172
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
OtlpServiceHttpEndPointAccessor
().EndPoint}");
236
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
267
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
314
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
339
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
368
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
397
var endpoint = app.
OtlpServiceHttpEndPointAccessor
();
Integration\StartupTests.cs (3)
95
AssertDynamicIPEndpoint(app.
OtlpServiceHttpEndPointAccessor
);
167
AssertDynamicIPEndpoint(app.
OtlpServiceHttpEndPointAccessor
);
512
Assert.Equal(app.FrontendSingleEndPointAccessor().EndPoint.Port, app.
OtlpServiceHttpEndPointAccessor
().EndPoint.Port);