Click or drag to resize

BindingOptionsMethodInterceptor Property

Version 94.4.20
Interceptor used for intercepting calls to the target object methods. For instance, can be used for logging calls (from js) to .net methods.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public IMethodInterceptor MethodInterceptor { get; set; }

Property Value

Type: IMethodInterceptor
See Also