Enum ThrottlingRetryAfterHeader
Specifies a set of values defining what value to use with a HTTP Retry-After header.
Namespace: Cuemon.AspNetCore.Http.Throttling
Assembly: Cuemon.AspNetCore.dll
Syntax
public enum ThrottlingRetryAfterHeader
Fields
Name | Description |
---|---|
DeltaSeconds | A non-negative decimal integer indicating the seconds to delay after the response is received. |
HttpDate | A date after which to retry. |