Click or drag to resize

RequestPatternRequestStage Property

Version 85.3.121
Stage at wich to begin intercepting requests. Default is Request.

Namespace:  CefSharp.DevTools.Fetch
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Nullable<RequestStage> RequestStage { get; set; }

Property Value

Type: NullableRequestStage
See Also