Click or drag to resize

IResponseStatusCode Property

Version 94.4.20
The status code of the response. Unless set, the default value used is 200 (corresponding to HTTP status OK).

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
int StatusCode { get; set; }

Property Value

Type: Int32
See Also