[ Version ( since = "2.26" ) ]
public void set_range (int64 start, int64 end)
Sets this's Range header to request the indicated range.
start
and end
are interpreted as in a Range.
If you need to request multiple ranges, use set_ranges.
this | |
start |
the start of the range to request |
end |
the end of the range to request |