10 references to CreateHttpClient
Aspire.Dashboard.Tests (10)
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 (6)
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}");
196
using var httpClient = IntegrationTestHelpers.
CreateHttpClient
($"https://{app.FrontendSingleEndPointAccessor().EndPoint}",