-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultipartFormElement.Constructor
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
libcURL.MultipartFormElement.Constructor
Protected Sub Constructor(ItemStruct As Ptr, Owner As libcURL.MultipartForm)
Name | Type | Comment |
---|---|---|
ItemStruct | Ptr | A pointer to the form element structure |
Owner | MultipartForm | The form that owns the structure |
Generally, you should not construct instances of this class. Use the value returned from MultipartForm.GetElement, MultipartFormElement.NextElement, or MultipartFormElement.MoreFiles instead.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.