Table of Contents

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
Object
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 IHttpClientFactory

The System.Net.Http.IHttpClientFactory that determines the System.Net.Http.HttpClient to use.

name String

The logical name of the client to create.

Returns

HttpManager

HttpManager.