Click or drag to resize

UrlRequestClientOnDownloadProgress Method

Version 94.4.20
Notifies the client of download progress.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
protected virtual void OnDownloadProgress(
	IUrlRequest request,
	long current,
	long total
)

Parameters

request
Type: CefSharpIUrlRequest
request
current
Type: SystemInt64
denotes the number of bytes received up to the call
total
Type: SystemInt64
is the expected total size of the response (or -1 if not determined).
See Also