Click or drag to resize

RequestPausedEventArgs.ResponseErrorReason Property

Version 94.4.20
Response error if intercepted at response stage.

Namespace:  CefSharp.DevTools.Fetch
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public ErrorReason? ResponseErrorReason { get; set; }

Property Value

Type: Nullable<ErrorReason>
See Also