BindingOptionsMethodInterceptor Property  | 
Version 104.4.240 
            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: 104.4.240.0 (104.4.240.0)
Syntaxpublic IMethodInterceptor MethodInterceptor { get; set; }public:
property IMethodInterceptor^ MethodInterceptor {
	IMethodInterceptor^ get ();
	void set (IMethodInterceptor^ value);
}Property Value
Type: 
IMethodInterceptor
See Also