Version 106.0.290
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: 106.0.290.0 (106.0.290.0)
Syntax public enum class RequestStage
Members
| Member name | Value | Description |
---|
| Request | 0 |
Request
|
| Response | 1 |
Response
|
See Also