Click or drag to resize
AdvancedGetFileHandlerGetRange Method
Parses the range header from the request.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected virtual long[,] GetRange(
	long size,
	HttpContextBase currentContext
)

Parameters

size
Type: SystemInt64
Size of data
currentContext
Type: System.WebHttpContextBase
Current HTTP context

Return Value

Type: Int64
2D Array in format {{START_RANGE,END_RANGE},{START_RANGE, END_RANGE}}
See Also