IResponseErrorCode Property |
Version 130.1.90
Get/set the response error code.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax CefErrorCode ErrorCode { get; set; }
property CefErrorCode ErrorCode {
CefErrorCode get ();
void set (CefErrorCode value);
}
Property Value
CefErrorCodeSee Also