Click or drag to resize

IMethodInterceptor Interface

Version 102.0.100
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: 102.0.100.0 (102.0.100.0)
Syntax
public interface IMethodInterceptor

The IMethodInterceptor type exposes the following members.

Methods
  NameDescription
Public methodCode exampleIntercept
Called before the method is invokved. You are now responsible for evaluating the function and returning the result.
Top
See Also