Click or drag to resize

IResponseFilterInitFilter Method

Version 86.0.240
Initialize the response filter. Will only be called a single time. The filter will not be installed if this method returns false.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
bool InitFilter()

Return Value

Type: Boolean
The filter will not be installed if this method returns false.
See Also