ChromiumWebBrowserRequestContext Property |
Version 51.0.0
Gets the request context.
Namespace: CefSharp.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax public RequestContext RequestContext { get; }
public:
property RequestContext^ RequestContext {
RequestContext^ get ();
}
Property Value
Type:
RequestContextThe request context.
See Also