Fork me on GitHub

Using Execution Context in Polly

TL;DR In Polly V5.1.0, we've extended Context so that it can be used to pass information between different parts of an execution through a policy. Featured Use Cases include honouring RetryAfter headers, and re-establishing authentication automatically.


Why Context?

Web request frameworks in .NET such as ASP.NET

Continue Reading