Click or drag to resize
CefGetGlobalRequestContext Method
Version 51.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: 51.0.0.0
Syntax
public static IRequestContext GetGlobalRequestContext()

Return Value

Type: IRequestContext

[Missing <returns> documentation for "M:CefSharp.Cef.GetGlobalRequestContext"]

See Also