DownloadFile

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWHTTPClientBase > Methods >

DownloadFile

SIGNATURE=IW.HTTP.ClientBase.TIWHTTPClientBase.DownloadFile@string@string

 

ETYPE=Method

 

Declaration:

Delphi:

public function DownloadFile(const AURL: string; const AFileName: string): Boolean;

C++:

public: __fastcall bool DownloadFile(const String AURL, const String AFileName);

 

Description: This is DownloadFile, a member of class TIWHTTPClientBase.