1. Stylelabs.M.Sdk.WebClient

Class WebDefaults.RetryAfterPolicy

Settings for 'Retry After' (HTTP 429) management.

Inheritance

object

WebDefaults.RetryAfterPolicy

Namespace: StylelabsStylelabs.MSdkWebClient

Assembly: Stylelabs.M.Sdk.WebClient.dll

Syntax

public static class WebDefaults.RetryAfterPolicy

Properties

DefaultWait

Gets or sets default wait (seconds) if the 'Retry-After' header could not be parsed.

Declaration

public static TimeSpan DefaultWait { get; set; }

Property Value

TypeDescription
TimeSpan

RetryCount

Gets or sets how many retries should be done, when multiple 429 have been returned.

Declaration

public static int RetryCount { get; set; }

Property Value

TypeDescription
int
If you have suggestions for improving this article, let us know!