Click or drag to resize

RequestStage Enumeration

Version 86.0.240
Stages of the request to handle. Request will intercept before the request is sent. Response will intercept after the response is received (but before response body is received.

Namespace:  CefSharp.DevTools.Fetch
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public enum RequestStage
Members
  Member nameValueDescription
Request0 Request
Response1 Response
See Also