Internet Direct (Indy) Version 9.0.2 Beta
TIdEntityHeaderInfo.ContentRangeEnd
Identifies the upper byte range in a partial request.

property ContentRangeEnd: Cardinal;
Description
ContentRangeEnd is a Cardinal property that identifies the upper byte range requested for a partial entity resource. ContentRangeEnd is used with ContentRangeStart to reveal the "Content-Range" message header value.

All ContentRangeEnd values are expressed in bytes.

Note: clients cannot depend on servers to send a "416 Requested range not satisfiable" response instead of a "200 (OK)" response for an unsatisfiable request with ContentRangeStart and ContentRangeEnd values, since not all servers implement this request-header.