RequestInterceptedEventArgsResponseErrorReason Property |
Version 130.1.90
Response error if intercepted at response stage or if redirect occurred while intercepting
request.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public ErrorReason? ResponseErrorReason { get; set; }
public:
property Nullable<ErrorReason> ResponseErrorReason {
Nullable<ErrorReason> get ();
void set (Nullable<ErrorReason> value);
}
Property Value
NullableErrorReasonSee Also