cef_urlrequest_client_t.on_download_progress

Notifies the client of download progress. |current| denotes the number of bytes received up to the call and |total| is the expected total size of the response (or -1 if not determined).

struct cef_urlrequest_client_t
extern (System)
void function(cef_urlrequest_client_t* self, cef_urlrequest_t* request, long current, long total) nothrow on_download_progress;

Meta