Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
RangeEnd property
Determines end position of the response.
Type
LongSyntax
- Basic
object.RangeEnd [= value]
The RangeEnd(object,value) syntax has these parts:
The RangeEnd(object,value) syntax has these parts:
object | An expression evaluating to an object of type WebResponse |
value | A Long value. |
Remarks
RangeEnd value determines if server should send partial content back to the client, and at which position should partial content end. wodWebServer will set this value when Delivery is set to Automatic, and client requests partial content.Client will send such request when he wants to resume file transfer, or because he uses download managers that split response in several parts and download them simultaneously. Together with setting this value, wodWebServer will set RangeStart, and set StatusCode to 216 (Partial Content response).
You can of course fill up these properties by yourself before sending response, thus forcing wodWebServer to send only part of the file back to the client.