Click or drag to resize

ResourceHandlerErrorCode Property

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

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax
public Nullable<CefErrorCode> ErrorCode { get; set; }

Property Value

Type: NullableCefErrorCode
See Also