Table of Contents

Field RetryAfter

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

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.