Click or drag to resize

CefResourceHandlerProcessRequest Method

Begin processing the request. To handle the request return true and call CefCallback::Continue() once the response header information is available (CefCallback::Continue() can also be called from inside this method if header information is available immediately). To cancel the request return false.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract bool ProcessRequest(
	CefRequest request,
	CefCallback callback
)

Parameters

request
Type: Internal.Xilium.CefGlueCefRequest
callback
Type: Internal.Xilium.CefGlueCefCallback

Return Value

Type: Boolean
See Also