nsIByteRangeRequest
IID: | 39befdb9-fa76-469b-85dc-a617b81f26eb |
Inherits From: | nsISupports |
Properties
readonly PRInt32 endRange
Absolute end postion in remote file for this request
readonly PRBool isByteRangeRequest
Returns true IFF this request is a byte range request, otherwise it returns false (This is effectively the same as checking to see if startRequest is zero and endRange is the content length.)
readonly PRInt32 startRange
Absolute start position in remote file for this request.
Reference documentation is generated from Mozilla's source.