IResponseFilter.InitFilter Method (original) (raw)
IResponseFilterInitFilter Method
Version 118.6.80
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: 118.6.80.0 (118.6.80.0)
Syntax
bool InitFilter()
bool InitFilter()
Return Value
Type: Boolean
The filter will not be installed if this method returns false.
See Also