Table of Contents

Field ContentRange

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

The HTTP Content-Range header.

Indicates the part of a document that the server is returning, used in range requests to specify byte ranges.

public const string ContentRange = "Content-Range"

Returns

string
The HTTP Content-Range header. Indicates the part of a document that the server is returning, used in range requests to specify byte ranges.