IResponseStatusCode Property  | 
Version 93.1.111 
            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: 93.1.111.0 (93.1.111.0)
Syntaxint StatusCode { get; set; }property int StatusCode {
	int get ();
	void set (int value);
}Property Value
Type: 
Int32
See Also