libcURL.MultipartFormElement.Stream - charonn0/RB-libcURL GitHub Wiki

libcURL.MultipartFormElement.Stream

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