CefUrlRequestClientOnUploadProgress Method |
Notifies the client of upload progress. |current| denotes the number of
bytes sent so far and |total| is the total size of uploading data (or -1 if
chunked upload is enabled). This method will only be called if the
UR_FLAG_REPORT_UPLOAD_PROGRESS 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 OnUploadProgress(
CefUrlRequest request,
long current,
long total
)
Parameters
- request CefUrlRequest
-
- current Int64
-
- total Int64
-
See Also