System.Curl.curl_khstat
Delphi
curl_khstat = (
CURLKHSTAT_FINE_ADD_TO_FILE,
CURLKHSTAT_FINE,
CURLKHSTAT_REJECT, { reject the connection, return an error }
CURLKHSTAT_DEFER, { do not accept it, but we can't answer right now so
this causes a CURLE_DEFER error but otherwise the
connection will be left intact etc }
CURLKHSTAT_LAST { not for use, only a marker for last-in-list }
);
C++
enum DECLSPEC_DENUM curl_khstat : unsigned int { CURLKHSTAT_FINE_ADD_TO_FILE, CURLKHSTAT_FINE, CURLKHSTAT_REJECT, CURLKHSTAT_DEFER, CURLKHSTAT_LAST };
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| enum | public | System.Curl.pas System.Curl.hpp |
System.Curl | System.Curl |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。