Click or drag to resize

CefRequestHandlerGetResourceResponseFilter Method

Called on the IO thread to optionally filter resource response content. |request| and |response| represent the request and response respectively and cannot be modified in this callback.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual CefResponseFilter GetResourceResponseFilter(
	CefBrowser browser,
	CefFrame frame,
	CefRequest request,
	CefResponse response
)

Parameters

browser  CefBrowser
 
frame  CefFrame
 
request  CefRequest
 
response  CefResponse
 

Return Value

CefResponseFilter
See Also