Cef Properties |
The Cef type exposes the following members.
Name | Description | |
---|---|---|
CefCommitHash |
Gets a value that indicates the Git Hash for CEF version currently being used.
| |
CefSharpVersion | Gets a value that indicates the version of CefSharp currently being used. | |
CefVersion | Gets a value that indicates the CEF version currently being used. | |
ChromiumVersion | Gets a value that indicates the Chromium version currently being used. | |
FileThreadTaskFactory | ||
IOThreadTaskFactory | ||
IsInitialized | Gets a value that indicates whether CefSharp is initialized. | |
OnContextInitialized |
Called on the CEF UI thread immediately after the CEF context has been initialized.
You can now access the Global RequestContext through Cef.GetGlobalRequestContext() - this is the
first place you can set Preferences (e.g. proxy settings, spell check dictionaries).
| |
UIThreadTaskFactory |