Kampute.HttpClient.RetryManagement.Strategies.Modifiers Namespace

This namespace provides modifiers that can be applied to retry strategies to alter their behavior.

Classes

JitterStrategyModifierA retry strategy that adds random jitter to the delay durations provided by another retry strategy.
LimitedAttemptsStrategyModifierA retry strategy that limits the number of retry attempts to a specified maximum.
LimitedDurationStrategyModifierA retry strategy that limits the retry attempts to a specified time frame.