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()
public:
static IRequestContext^ GetGlobalRequestContext()
Return Value
Type:
IRequestContextReturns the global request context or null.
See Also