Click or drag to resize

CefUrlRequestClientOnDownloadProgress Method

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).

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected abstract void OnDownloadProgress(
	CefUrlRequest request,
	long current,
	long total
)

Parameters

request  CefUrlRequest
 
current  Int64
 
total  Int64
 
See Also