ResponseReceivedExtraInfoEventArgsStatusCode Property |
Version 109.1.110
The status code of the response. This is useful in cases the request failed and no responseReceived
event is triggered, which is the case for, e.g., CORS errors. This is also the correct status code
for cached requests, where the status in responseReceived is a 200 and this will be 304.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public int StatusCode { get; }
public:
property int StatusCode {
int get ();
}
Property Value
Type:
Int32See Also