Click or drag to resize

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.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected abstract void OnRequestComplete(
	CefUrlRequest request
)

Parameters

request  CefUrlRequest
 
See Also