Public Member Functions | |
| Download (bool bUsePrimaryProxy=true) | |
| virtual | ~Download () |
| bool | Get (const String &szUrl) |
| void | SetDestination (BufferIO *pBufferIO) |
| void | SetProxy (const NetworkProxy *pNetworkProxy) |
| bool | IsDownloading () |
| int | GetError () |
| int | OnDataAvailable (void *vpData, int iSize) |
| void | OnProgress (float fPercent, double dTotal, double dNow) |
Classes | |
| class | Private |
| Download::Download | ( | bool | bUsePrimaryProxy = true |
) |
| Download::~Download | ( | ) | [virtual] |
| bool Download::Get | ( | const String & | szUrl | ) |
| void Download::SetDestination | ( | BufferIO * | pBufferIO | ) |
| void Download::SetProxy | ( | const NetworkProxy * | pNetworkProxy | ) |
| bool Download::IsDownloading | ( | ) |
| int Download::GetError | ( | ) |
| int Download::OnDataAvailable | ( | void * | vpData, | |
| int | iSize | |||
| ) |
| void Download::OnProgress | ( | float | fPercent, | |
| double | dTotal, | |||
| double | dNow | |||
| ) |
1.5.1-p1