InterceptionStage Enumeration |
Version 102.0.100
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: 102.0.100.0 (102.0.100.0)
Syntaxpublic enum InterceptionStage
public enum class InterceptionStage
Members
| Member name | Value | Description |
---|
| Request | 0 |
Request
|
| HeadersReceived | 1 |
HeadersReceived
|
See Also