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

Parameters

request
Type: Internal.Xilium.CefGlueCefUrlRequest
See Also