Property Range
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; }
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; }