ChromiumWebBrowserRequestContext Property |
Version 57.0.0
Gets or sets the request context.
Namespace: CefSharp.WinFormsAssembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 57.0.0.0 (57.0.0.0)
Syntax public RequestContext RequestContext { get; set; }
public:
property RequestContext^ RequestContext {
RequestContext^ get ();
void set (RequestContext^ value);
}
Property Value
Type:
RequestContextThe request context.
See Also