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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract void OnDownloadData(
CefUrlRequest request,
Stream data
)
Parameters
- request CefUrlRequest
-
- data Stream
-
See Also