AdvancedGetFileHandler.GetRange Method |
Parses the range header from the request.
Namespace: CMS.Routing.WebAssembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 12.0.0
Syntaxprotected virtual long[,] GetRange(
long size,
HttpContextBase currentContext
)
Parameters
- size
- Type: System.Int64
Size of data - currentContext
- Type: System.Web.HttpContextBase
Current HTTP context
Return Value
Type:
Int64[,]2D Array in format {{START_RANGE,END_RANGE},{START_RANGE, END_RANGE}}
See Also