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