CefApp GetBrowserProcessHandler Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Return the handler for functionality specific to the browser process. This method is called on multiple threads in the browser process.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected virtual CefBrowserProcessHandler GetBrowserProcessHandler()

Return Value

Type: CefBrowserProcessHandler

[Missing <returns> documentation for "M:Xilium.CefGlue.CefApp.GetBrowserProcessHandler"]

See Also