CefSharpSettings Class |
Namespace: CefSharp
The CefSharpSettings type exposes the following members.
Name | Description | |
---|---|---|
ShutdownOnExit |
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
| |
WcfEnabled |
WCF is used by JavascriptBinding
Disabling effectively disables both of these features.
Defaults to true
| |
WcfTimeout |
Change the Close timeout for the WCF channel used by the sync JSB binding.
The default value is currently 2 seconds. Chaning this to Zero
will result on Abort() being called on the WCF Channel Host
|