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