IMethodInterceptor Interface |
Version 88.2.90
Provides the capability intercept Net method calls made from javascript as part of the
JavascriptBinding (JSB) implementation. One example use case is logging method calls.
Namespace:
CefSharp.ModelBinding
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public interface IMethodInterceptor
public interface class IMethodInterceptor
The IMethodInterceptor type exposes the following members.
Methods
| Name | Description |
---|
| Intercept |
Called before the method is invokved. You are now responsible for evaluating
the function and returning the result.
|
TopSee Also