Class HttpManagerFactory
- Namespace
- Cuemon.Extensions.Net.Http
- Assembly
- Cuemon.Extensions.Net.dll
Provides access to factory methods for creating and configuring HttpManager instances.
public static class HttpManagerFactory
- Inheritance
-
HttpManagerFactory
Methods
CreateManager(IHttpClientFactory, String)
Creates and returns an HttpManager from the specified factory
.
public static HttpManager CreateManager(IHttpClientFactory factory, string name = null)
Parameters
factory
IHttpClientFactoryThe IHttpClientFactory that determines the HttpClient to use.
name
StringThe logical name of the client to create.
Returns
- HttpManager
HttpManager.