System.Curl.CURL_NETRC_OPTION
Delphi
CURL_NETRC_OPTION = (
CURL_NETRC_IGNORED, { The .netrc will never be read. This is the default. }
CURL_NETRC_OPTIONAL, { A user:password in the URL will be preferred to one in the .netrc. }
CURL_NETRC_REQUIRED, { A user:password in the URL will be ignored.
* Unless one is set programmatically, the .netrc
* will be queried. }
CURL_NETRC_LAST
);
C++
enum DECLSPEC_DENUM CURL_NETRC_OPTION : unsigned int { CURL_NETRC_IGNORED, CURL_NETRC_OPTIONAL, CURL_NETRC_REQUIRED, CURL_NETRC_LAST };
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
enum | public | System.Curl.pas System.Curl.hpp |
System.Curl | System.Curl |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.