Microsoft.Identity.Client.Http.HttpManagerFactory
Factory to return the instance of HttpManager based on type of MSAL application.
namespace Microsoft.Identity.Client.Http
{
internal sealed class HttpManagerFactory
{
public static IHttpManager GetHttpManager(IMsalHttpClientFactory httpClientFactory, bool disableInternalRetries = false);
public HttpManagerFactory();
}
}