libcURL.cURLSession.Reset - charonn0/RB-libcURL GitHub Wiki

libcURL.cURLSession.Reset

Method Signature

 Sub Reset()

Remarks

Resets the cURLSession 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.

See also