IFileDownload

C++
struct IFileDownload {
};
File

INetworkService.h

IFileDownload::~IFileDownload Destructor
C++
virtual ~IFileDownload();
IFileDownload::Finished Method
C++
virtual bool Finished() const = 0;
IFileDownload::GetProgress Method
C++
virtual float GetProgress() const = 0;