Table of Contents

Property RetryAfter

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

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; }

Property Value

string