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