Click or drag to resize

ResourceHandler.ErrorCode Property

Version 111.2.70
If the ErrorCode is set then the response will be ignored and the errorCode returned.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
public CefErrorCode? ErrorCode { get; set; }

Property Value

Type: Nullable<CefErrorCode>
See Also