CefUrlRequestClient OnDownloadProgress Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected abstract void OnDownloadProgress(
	CefUrlRequest request,
	long current,
	long total
)

Parameters

request
Type: Xilium.CefGlue CefUrlRequest

[Missing <param name="request"/> documentation for "M:Xilium.CefGlue.CefUrlRequestClient.OnDownloadProgress(Xilium.CefGlue.CefUrlRequest,System.Int64,System.Int64)"]

current
Type: OnlineSystem Int64

[Missing <param name="current"/> documentation for "M:Xilium.CefGlue.CefUrlRequestClient.OnDownloadProgress(Xilium.CefGlue.CefUrlRequest,System.Int64,System.Int64)"]

total
Type: OnlineSystem Int64

[Missing <param name="total"/> documentation for "M:Xilium.CefGlue.CefUrlRequestClient.OnDownloadProgress(Xilium.CefGlue.CefUrlRequest,System.Int64,System.Int64)"]

See Also