| CefSharpSettingsWcfTimeout Property  | 
Version 107.1.120 
            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: 107.1.120.0 (107.1.120.0)
 Syntax
Syntaxpublic static TimeSpan WcfTimeout { get; set; }public:
static property TimeSpan WcfTimeout {
	TimeSpan get ();
	void set (TimeSpan value);
}Property Value
Type: 
TimeSpan See Also
See Also