IHttpRetryAlgorithm Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retry algorithm for Http messages
public interface IHttpRetryAlgorithm
type IHttpRetryAlgorithm = interface
Public Interface IHttpRetryAlgorithm
Methods
ShouldRetry(HttpResponseMessage) |
Determine if a request should be retried |
WaitForRetry() |
Wait for the appropriate retry interval |