1 write to _httpClientFactory
aspire (1)
Profiling\ProfileCaptureService.cs (1)
256
_httpClientFactory
= httpClientFactory;
2 references to _httpClientFactory
aspire (2)
Profiling\ProfileCaptureService.cs (2)
286
using var client =
_httpClientFactory
.CreateClient();
447
using var client =
_httpClientFactory
.CreateClient();