libcURL.MultipartFormElement.Constructor - charonn0/RB-libcURL GitHub Wiki
libcURL.MultipartFormElement.Constructor
Method Signature
Protected Sub Constructor(ItemStruct As Ptr, Owner As libcURL.MultipartForm)
Parameters
| Name | Type | Comment |
|---|---|---|
| ItemStruct | Ptr | A pointer to the form element structure |
| Owner | MultipartForm | The form that owns the structure |
Remarks
Generally, you should not construct instances of this class. Use the value returned from MultipartForm.GetElement, MultipartFormElement.NextElement, or MultipartFormElement.MoreFiles instead.