18 references to CreateHttpClient
Aspire.Dashboard.Tests (18)
Integration\McpServiceTests.cs (8)
30
using var httpClient = IntegrationTestHelpers.
CreateHttpClient
($"http://{app.McpEndPointAccessor().EndPoint}");
57
using var httpClient = IntegrationTestHelpers.
CreateHttpClient
($"http://{app.McpEndPointAccessor().EndPoint}");
80
using var httpClient = IntegrationTestHelpers.
CreateHttpClient
($"http://{app.McpEndPointAccessor().EndPoint}");
103
using var httpClient = IntegrationTestHelpers.
CreateHttpClient
($"http://{app.McpEndPointAccessor().EndPoint}");
128
using var httpClient = IntegrationTestHelpers.
CreateHttpClient
($"http://{app.McpEndPointAccessor().EndPoint}");
164
using var httpClient = IntegrationTestHelpers.
CreateHttpClient
($"http://{app.McpEndPointAccessor().EndPoint}");
196
using var httpClient = IntegrationTestHelpers.
CreateHttpClient
($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
224
using var httpClient = IntegrationTestHelpers.
CreateHttpClient
($"http://{app.McpEndPointAccessor().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 (6)
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}");
200
using var httpClient = IntegrationTestHelpers.
CreateHttpClient
($"https://{app.FrontendSingleEndPointAccessor().EndPoint}",