Table of Contents

Field Range

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

The HTTP Range header.

Used to request a specific range of bytes from a resource, allowing clients to download large files in parts.

public const string Range = "Range"

Returns

string
The HTTP Range header. Used to request a specific range of bytes from a resource, allowing clients to download large files in parts.