Click or drag to resize

RequestStage Enumeration

Version 94.4.20
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: 94.4.20.0 (94.4.20.0)
Syntax
public enum RequestStage
Members
  Member nameValueDescription
Request0 Request
Response1 Response
See Also