Skip to content

libcURL.EasyHandle.Reset

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

Method Signature

 Sub Reset()

Remarks

Resets the EasyHandle to a pristine state. All options that were previously set will be cleared and returned to their default values. Existing connections, the Session ID cache, the DNS cache, cookies, and shares are not affected.

It is not necessary to call this method between transfers.

To return the EasyHandle to basic retrieval semantics without resetting all other options you may call the ClearFormData method instead.

See also

Clone this wiki locally