Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Struct: RT.Servers.HttpRange

Summary

Encapsulates one of the ranges specified in a Range HTTP request header.

Instance fields

long?First byte index of the range. The first byte in the file has index 0.
long?Last byte index of the range. For example, a range from 0 to 0 includes one byte.