Skip to content

libcURL.cURLSession.EasyHandle

Andrew Lambert edited this page Jan 12, 2023 · 4 revisions

libcURL.cURLSession.EasyHandle

Property declaration

 Dim EasyHandle As libcURL.EasyHandle

Remarks

Gets and sets the EasyHandle instance which will be/has been used to conduct transfers.

When setting a new value, event handlers will be added to certain EasyHandle events. If the event already has a handler then an exception will be raised, but it will be caught and handled. It is assumed that you know what you are doing and are handling those events yourself.

Clone this wiki locally