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