Property AcceptRanges
AcceptRanges
Gets or sets the value of the HTTP Accept-Ranges header.
Indicates that the server supports range requests for the resource, allowing clients to request specific byte ranges.
public string? AcceptRanges { get; set; }