Class WebDefaults.RetryPolicy
Settings for retrying a specific set of status codes (mostly network related issue).
Inheritance
object
WebDefaults.RetryPolicy
Namespace: StylelabsStylelabs.MSdkWebClient
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
RequestResponse
public static class WebDefaults.RetryPolicy
Properties
RetryCount
Gets or sets how many retries should be done.
Declaration
RequestResponse
public static int RetryCount { get; set; }
Property Value
Type | Description |
---|---|
int |