Version 130.1.90
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.FetchAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum class RequestStage
Members Member name | Value | Description |
---|
Request | 0 |
Request
|
Response | 1 |
Response
|
See Also