Click or drag to resize

CefUrlRequestClientOnDownloadData Method

Called when some part of the response is read. |data| contains the current bytes received since the last call. This method will not be called if the UR_FLAG_NO_DOWNLOAD_DATA flag is set on the request.

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 OnDownloadData(
	CefUrlRequest request,
	Stream data
)

Parameters

request  CefUrlRequest
 
data  Stream
 
See Also