Enumeration CurlShareLock

Options to be used when setting SHARE or UNSHARE with "Share".Share.setOpt | Share#setOpt.

CURL_LOCK_DATA_SSL_SESSION becomes CurlShareLock.DataSslSession

Enumeration Members

DataConnect: 5
DataCookie: 2
DataDns: 3
DataNone: 0
DataPsl: 6
DataShare: 1

DataShare is used internally to say that the locking is just made to change the internal state of the share itself.

DataSslSession: 4