5 references to HttpClient
Microsoft.Extensions.AI.Evaluation.Safety (5)
ContentSafetyService.cs (1)
38private readonly HttpClient _httpClient = serviceConfiguration.HttpClient ?? SharedHttpClient;
ContentSafetyServiceConfiguration.cs (4)
32/// The <see cref="HttpClient"/> that should be used when communicating with the Azure AI Foundry Evaluation service. 33/// While the parameter is optional, it is recommended to supply an <see cref="HttpClient"/> that is configured with 69/// Gets the <see cref="HttpClient"/> that should be used when communicating with the Azure AI Foundry Evaluation 73/// While supplying an <see cref="HttpClient"/> is optional, it is recommended to supply one that is configured