Azure.Identity.DisposingHttpClientHandler
HTTP message handler that handles disposing itself only after in-flight requests complete.
namespace Azure.Identity
{
internal class DisposingHttpClientHandler : HttpClientHandler, IDisposable
{
public IDisposable StartSend();
public void CompleteSend();
public Task WaitForOutstandingRequests();
public DisposingHttpClientHandler();
}
}