Table of Contents

Property Range

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

Range

Gets the value of the HTTP Range header.

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

public string? Range { get; }

Property Value

string