ChromiumWebBrowserRequestContext Property |
Version 130.1.90
Gets the request context.
Namespace: CefSharp.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public IRequestContext RequestContext { get; }
public:
virtual property IRequestContext^ RequestContext {
IRequestContext^ get () sealed;
}
Property Value
IRequestContextThe request context.
Implements
IWebBrowserRequestContextSee Also