Click or drag to resize

InterceptionStage Enumeration

Version 86.0.240
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: 86.0.240.0 (86.0.240.0)
Syntax
public enum InterceptionStage
Members
  Member nameValueDescription
Request0 Request
HeadersReceived1 HeadersReceived
See Also