ResourceHandlerErrorCode Property |
Version 57.0.0
If the ErrorCode is set then the response will be ignored and
the errorCode returned.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 57.0.0.0 (57.0.0.0)
Syntax public Nullable<CefErrorCode> ErrorCode { get; set; }
public:
property Nullable<CefErrorCode> ErrorCode {
Nullable<CefErrorCode> get ();
void set (Nullable<CefErrorCode> value);
}
Property Value
Type:
NullableCefErrorCodeSee Also