1 write to _httpClientFactory
aspire (1)
Commands\TelemetryLogsCommand.cs (1)
57
_httpClientFactory
= httpClientFactory;
1 reference to _httpClientFactory
aspire (1)
Commands\TelemetryLogsCommand.cs (1)
111
using var client = TelemetryCommandHelpers.CreateApiClient(
_httpClientFactory
, apiToken);