Enumeration CurlNetrc

To be used with the NETRC option

CURL_NETRC_OPTIONAL becomes CurlNetrc.Optional

Enumeration Members

Enumeration Members

Ignored: 0

The .netrc will never be read. This is the default

Optional: 1

A user:password in the URL will be preferred to one in the .netrc

Required: 2

A user:password in the URL will be ignored. Unless one is set programmatically, the .netrc will be queried.