Table of Contents

Field AcceptRanges

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

The HTTP Accept-Ranges header.

Indicates that the server supports range requests for the resource, allowing clients to request specific byte ranges.

public const string AcceptRanges = "Accept-Ranges"

Returns

string
The HTTP Accept-Ranges header. Indicates that the server supports range requests for the resource, allowing clients to request specific byte ranges.