Click or drag to resize

CefSharpSettingsWcfTimeout Property

Version 108.4.130
Change the Close timeout for the WCF channel used by the sync JSB binding. The default value is currently 2 seconds. Changing this to Zero will result on Abort() being called on the WCF Channel Host

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntax
public static TimeSpan WcfTimeout { get; set; }

Property Value

Type: TimeSpan
See Also