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 char { CURL_NETRC_IGNORED, CURL_NETRC_OPTIONAL, CURL_NETRC_REQUIRED, CURL_NETRC_LAST };
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
enum | public | System.Curl.pas System.Curl.hpp |
System.Curl | System.Curl |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。