System.Net.HttpClient.THTTPClient.CheckDownloadResume

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also