IHttpRetryAlgorithm Interface

Definition

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

Applies to