Field Range
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.