Namespace Xping.Sdk.Core.Clients.Http
Classes
- HttpClientConfiguration
Represents the configuration settings specific to HttpClient.
- HttpClientFactoryConfiguration
Represents configuration settings specific to HttpClient instances created by the IHttpClientFactory. These settings apply to the factory, and all HttpClient instances created by the factory will be constructed with these settings. Normally, these properties have predefined defaults; however, they can also be changed according to your requirements.
- WebApplicationHttpClientFactory
Custom implementation of IHttpClientFactory specifically designed for use with WebApplicationFactory. The purpose of this class is to ensure that the pre-configured HttpClient instance created by the WebApplicationFactory.CreateClient method is returned, which aligns with additional system requirements where HttpClient objects are constructed via IHttpClientFactory.