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