Methods
Events
Boolean Properties
Numeric Properties
Enumerated Properties
String Properties
Filename Properties
Linked-List Properties
I/O Callback Properties and Data
Other Callback Properties and Data
Version information functions: These are defined as
class functions.
You can call them directly without initializing an instance of the class.
Transfer Information functions: These values are only valid AFTER a successful call to
tCurl.Perform
They should (mostly) be self-explanatory, see
curl_easy_getinfo in the
libcurl documentation for clarification.
Note that some values may be empty, depending on the type of transfer, and the information returned by the server.
( For instance
SizeUpload is irrelevant when
downloading a file. )
EffectiveUrl: string; |
ContentType: string; |
HttpCode: Word; |
SslVerifyResult: LongInt; |
NameLookupTime: double; |
PreTransferTime: double; |
ConnectTime: double; |
StartTransferTime: double; |
TotalTime: double; |
SpeedDownload: double; |
SpeedUpload: double; |
|
RequestSize: dword; |
HeaderSize: dword; |
SizeDownload: dword; |
SizeUpload: dword; |
ContentLengthDownload: dword; |
ContentLengthUpload: dword; |
RedirectCount: LongInt; |
RedirectTime: double; |
TODO:
PrivateData