Click or drag to resize

UrlRequestClientOnDownloadProgress Method

Version 130.1.90
Notifies the client of download progress.

Namespace: CefSharp.Fluent
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
protected override void OnDownloadProgress(
	IUrlRequest request,
	long current,
	long total
)

Parameters

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