Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Struct: RT.Servers.HttpContentRange

Summary

Encapsulates the possible values of the Content-Range HTTP response header.

Instance fields

longFirst byte index of the range. The first byte in the file has index 0.
longLast byte index of the range. For example, a range from 0 to 0 includes one byte.
longTotal size of the file (not of the range).