Click or drag to resize

JavascriptBindingSettingsAlwaysInterceptAsynchronously Property

Version 130.1.90
When using an IAsyncMethodInterceptor the InterceptAsync(FuncObject, Object, Object, String) method is call for all methods (the default is to call InterceptAsync only for methods that return a Task). This only applies when MethodInterceptor is of type IAsyncMethodInterceptor

Namespace: CefSharp.JavascriptBinding
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public bool AlwaysInterceptAsynchronously { get; set; }

Property Value

Boolean
See Also