GetFilePageGetRange Method |
Parses the range header from the request.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax protected virtual long[,] GetRange(
long size,
HttpContext currentContext
)
Parameters
- size
- Type: SystemInt64
Size of data - currentContext
- Type: System.WebHttpContext
Current HTTP context
Return Value
Type:
Int642D Array in format {{START_RANGE,END_RANGE},{START_RANGE, END_RANGE}}
See Also