Skip to content

libcURL.MultipartForm.SerializePart

Andrew Lambert edited this page Jul 25, 2016 · 9 revisions

#libcURL.MultipartForm.SerializePart

##Event Signature

 Event Function SerializePart(Data As MemoryBlock, Length As Integer) As Integer

##Parameters

Name Type Comment
Data MemoryBlock The serialized form part.
Length Integer The length, in bytes, of the Data.

##Return value The number of bytes successfully consumed which should be equal to the number of bytes provided.

##Remarks This event handles the curl_formget_callback callback if no Writeable object was passed to the Serialize method. This event will be raised one or more times for each form element.

Clone this wiki locally