Version 104.4.240 
            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: 104.4.240.0 (104.4.240.0)
Syntaxpublic enum class RequestStage
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Request | 0 | 
            Request
             | 
 | Response | 1 | 
            Response
             | 
See Also