CreateManager Method
Definition
- Namespace
- Cuemon.Extensions.Net.Http
- Assemblies
- Cuemon.Extensions.Net.dll
CreateManager(IHttpClientFactory, string)
Creates and returns an HttpManager from the specified factory.
public static HttpManager CreateManager(IHttpClientFactory factory, string name = null)
Parameters
factoryIHttpClientFactoryThe IHttpClientFactory that determines the HttpClient to use.
namestringThe logical name of the client to create.
Returns
- HttpManager
HttpManager.