set_ranges
Description:
[
Version ( since =
"2.26" ) ]
public void set_ranges (
Range ranges,
int length)
Sets this's Range header to request the indicated ranges.
(If you only want to request a single range, you can use set_range
.)
Parameters:
this |
a MessageHeaders
|
ranges |
an array of Range
|
length |
the length of range
|