Adds a range header to the request.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

Remarks
Since all HTTP entities are represented in HTTP messages as sequences of bytes, the concept of a byte range is meaningful for any HTTP entity. However, not all clients and servers need to support byte-range operations.
The Range header on a request allows a client to request that it only wants to receive some part of the specified range of bytes in an HTTP entity. Servers are not required to support Range header requests.

See Also