CefSharpSettingsWcfTimeout Property |
Version 51.0.0
Change the Close timeout for the WCF channel used by the sync JSB binding.
The default value is currently 10 seconds. Chaning this to
Zero
will result on Abort() being called on the WCF Channel Host
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax public static TimeSpan WcfTimeout { get; set; }
public:
static property TimeSpan WcfTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
Property Value
Type:
TimeSpanSee Also