CefGetGlobalRequestContext Method |
Version 63.0.0
Gets the Global Request Context. Make sure to Dispose of this object when finished.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 63.0.0.0
Syntax public static IRequestContext GetGlobalRequestContext()
public:
static IRequestContext^ GetGlobalRequestContext()
Return Value
Type:
IRequestContextReturns the global request context or null.
See Also