Field RetryAfter
The HTTP Retry-After header.
Indicates how long the client should wait before making a follow-up request, often used in rate limiting scenarios.
public const string RetryAfter = "Retry-After"
Returns
- string
- The HTTP Retry-After header. Indicates how long the client should wait before making a follow-up request, often used in rate limiting scenarios.