Namespace Workspace.XBR.Xperiflow.Utilities.Http
Classes
CachedResponse
HttpClientExtensions
HttpClientManager
An HttpClient Manager to be used only within a dependency injection system. See Workspace.XBR.Xperiflow.Utilities.Http.HttpClientManagerSingleton for a singleton implementation"/>
HttpClientManagerCore
HttpClientManagerSingleton
A singleton class to manage HttpClient instances. This helps protect against HttpClient socket exhaustion. This should be used in custom code only when the code is not running in a dependency injection system. To access the singleton instance, use HttpClientManager.Instance See Workspace.XBR.Xperiflow.Utilities.Http.HttpClientManager for the non-singleton implementation that should be used in dependency injection."/>