Property ContentRange
ContentRange
Gets or sets the value of the HTTP Content-Range header.
Indicates the size of the response body in bytes, allowing the client to know how much data to expect.
public string? ContentRange { get; set; }
Gets or sets the value of the HTTP Content-Range header.
Indicates the size of the response body in bytes, allowing the client to know how much data to expect.
public string? ContentRange { get; set; }