Skip to content

libcURL.MIMEMessage.Handle

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

Method Signature

 Function Handle() As Integer

Return value

Returns a pointer to the first element in the form.

Remarks

Pass this pointer to libcURL with Option number libcURL.Opts.MIMEPOST to assign the form to a curl instance.

Note that the EasyHandle.SetOption method accepts instances of libcURL.MIMEMessage as values directly.

See also

Clone this wiki locally