-
-
Notifications
You must be signed in to change notification settings - Fork 11
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.