Skip to content

libcURL.MultipartFormElement.Stream

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

Property Declaration

 Dim Stream As Readable

Remarks

Holds a reference to the Readable object from which the form element contents will be read when the form is actually posted to a server. If the element Type is not FormElementType.Stream then this will be Nil.

See also

Clone this wiki locally