range property

(int, int?)? get range

The range of bytes requested by the client.

If the client requested a range of bytes, this will be a tuple with two elements:

  • The start of the range.
  • The end of the range.

Implementation

(int, int?)? get range;