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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract void OnDownloadData(
	CefUrlRequest request,
	Stream data
)

Parameters

request
Type: Internal.Xilium.CefGlueCefUrlRequest
data
Type: System.IOStream
See Also