HttpRetryOptions Class
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.
Defines retry policies that can be passed as parameters to various operations.
public class HttpRetryOptions
type HttpRetryOptions = class
Public Class HttpRetryOptions
- Inheritance
-
HttpRetryOptions
Constructors
HttpRetryOptions(TimeSpan, Int32) |
Creates a new instance SerializableRetryOptions with the supplied first retry and max attempts. |
Properties
BackoffCoefficient |
Gets or sets the backoff coefficient. |
FirstRetryInterval |
Gets or sets the first retry interval. |
MaxNumberOfAttempts |
Gets or sets the max number of attempts. |
MaxRetryInterval |
Gets or sets the max retry interval. |
RetryTimeout |
Gets or sets the timeout for retries. |
StatusCodesToRetry |
Gets or sets the list of status codes upon which the retry logic specified by this object shall be triggered. If none are provided, all 4xx and 5xx status codes will be retried. |
Applies to
Azure SDK for .NET