Internet Direct (Indy)
|
Identifies the beginning byte range in a partial request.
property ContentRangeStart: Int64;
ContentRangeStart is an Int64 property that identifies the beginning byte range requested for a partial entity resource. ContentRangeStart is used with ContentRangeEnd to form the "Content-Range" message header value.
All ContentRangeStart values are expressed in bytes.
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.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |