CefUrlRequestClientOnRequestComplete Method |
Notifies the client that the request has completed. Use the
CefURLRequest::GetRequestStatus method to determine if the request was
successful or not.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract void OnRequestComplete(
CefUrlRequest request
)
Parameters
- request CefUrlRequest
-
See Also