Click or drag to resize

CefGetGlobalRequestContext Method

Version 67.0.0
Gets the Global Request Context. Make sure to Dispose of this object when finished.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 67.0.0.0
Syntax
public static IRequestContext GetGlobalRequestContext()

Return Value

Type: IRequestContext
Returns the global request context or null.
See Also