InterceptionStage Enumeration |
Version 94.4.20
Stages of the interception to begin intercepting. Request will intercept before the request is
sent. Response will intercept after the response is received.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntaxpublic enum InterceptionStage
public enum class InterceptionStage
Members
| Member name | Value | Description |
---|
| Request | 0 |
Request
|
| HeadersReceived | 1 |
HeadersReceived
|
See Also