Property ResponseCode
- Namespace
- DotNetBrowser.Net.Events
- Assembly
- DotNetBrowser.dll
ResponseCode
Gets the response code of the current URL request (e.g., 200, 404, and so on).
public int ResponseCode { get; }
Property Value
- int
The response code of the current URL request or 0 if the request has been failed or canceled.