Class WebDefaults.RetryAfterPolicy
Version: 3.2
Settings for 'Retry After' (HTTP 429) management.
Inheritance
object
WebDefaults.RetryAfterPolicy
Namespace: StylelabsStylelabs.MSdkWebClient
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
RequestResponse
public static class WebDefaults.RetryAfterPolicyProperties
DefaultWait
Gets or sets default wait (seconds) if the 'Retry-After' header could not be parsed.
Declaration
RequestResponse
public static TimeSpan DefaultWait { get; set; }Property Value
| Type | Description |
|---|---|
| TimeSpan |
RetryCount
Gets or sets how many retries should be done, when multiple 429 have been returned.
Declaration
RequestResponse
public static int RetryCount { get; set; }Property Value
| Type | Description |
|---|---|
| int |