Method ProcessDownload
ProcessDownload(ref Int64, ref String)
Called to process the download operation.
Declaration
protected abstract bool ProcessDownload(ref long downloadedBytes, ref string error)
Parameters
| Type | Name | Description |
|---|---|---|
| Int64 | downloadedBytes | The total number of bytes downloaded. |
| String | error | This will be set to the error string if the operation fails. |
Returns
| Type | Description |
|---|---|
| Boolean | True if processing is completed, false otherwise. |