IResponseStatusCode Property |
Version 130.1.90
The status code of the response. Unless set, the default value used is 200
(corresponding to HTTP status OK).
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax int StatusCode { get; set; }
property int StatusCode {
int get ();
void set (int value);
}
Property Value
Int32See Also