CefGetGlobalRequestContext Method |
Version 55.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: 55.0.0.0
Syntax public static IRequestContext GetGlobalRequestContext()
public:
static IRequestContext^ GetGlobalRequestContext()
Return Value
Type:
IRequestContext[Missing <returns> documentation for "M:CefSharp.Cef.GetGlobalRequestContext"]
See Also