BindingOptionsMethodInterceptor Property |
Version 130.1.90
Interceptor used for intercepting calls to the target object methods. For instance, can be used
for logging calls (from js) to .net methods.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public IMethodInterceptor MethodInterceptor { get; set; }
public:
property IMethodInterceptor^ MethodInterceptor {
IMethodInterceptor^ get ();
void set (IMethodInterceptor^ value);
}
Property Value
IMethodInterceptorSee Also