Skip to content

libcURL.MultipartFormElement.Constructor

Andrew Lambert edited this page Nov 26, 2022 · 4 revisions

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.

Clone this wiki locally