Enumeration CurlChunk

Object to be used as the return value for the callbacks set with the options CHUNK_BGN_FUNCTION and CHUNK_END_FUNCTION.

CURL_CHUNK_BGN_FUNC_OK becomes CurlChunk.BgnFuncOk

Enumeration Members

BgnFuncFail: 1
BgnFuncOk: 0
BgnFuncSkip: 2
EndFuncFail: 1
EndFuncOk: 0