1 write to _httpClientFactory
aspire (1)
Commands\TelemetryTracesCommand.cs (1)
51
_httpClientFactory
= httpClientFactory;
2 references to _httpClientFactory
aspire (2)
Commands\TelemetryTracesCommand.cs (2)
106
using var client = TelemetryCommandHelpers.CreateApiClient(
_httpClientFactory
, apiToken);
160
using var client = TelemetryCommandHelpers.CreateApiClient(
_httpClientFactory
, apiToken);