System.Net.HttpClient.THTTPClient.CheckDownloadResume
Delphi
function CheckDownloadResume(const AURL: string): Boolean;
C++
bool __fastcall CheckDownloadResume(const System::UnicodeString AURL);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Net.HttpClient.pas System.Net.HTTPClient.hpp |
System.Net.HttpClient | THTTPClient |
Description
Indicates whether a server supports the resume-download feature.
The accepted parameter AUrl
is the URL address of the server.