Property RetryAfter
RetryAfter
Gets or sets the value of 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 string? RetryAfter { get; set; }
Gets or sets the value of 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 string? RetryAfter { get; set; }