Click or drag to resize
CefSharpSettings Class
Version 51.0.0
Use this static class to configure some CefSharp specific settings like WcfTimeout
Inheritance Hierarchy
SystemObject
  CefSharpCefSharpSettings

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public static class CefSharpSettings

The CefSharpSettings type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberShutdownOnExit
For the WinForms and WPF instances of ChromiumWebBrowser the relevant Application Exit event is hooked and Cef.Shutdown() called by default. Set this to false to disable this behaviour. This value needs to be set before the first instance of ChromiumWebBrowser is created as the event handlers are hooked in the static constructor for the ChromiumWebBrowser class
Public propertyStatic memberWcfEnabled
WCF is used by JavascriptBinding Disabling effectively disables both of these features. Defaults to true
Public propertyStatic memberWcfTimeout
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
Top
See Also