Microsoft.Identity.Client.Http.HttpManager
Initializes a new instance of the HttpManager class.
public Task<HttpResponse> SendRequestAsync(Uri endpoint, IDictionary<string, string> headers, HttpContent body, HttpMethod method, ILoggerAdapter logger, bool doNotThrow, X509Certificate2 bindingCertificate, Func<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors, bool> validateServerCert, CancellationToken cancellationToken, IRetryPolicy retryPolicy, int retryCount = 0)