RequestCompletedEventArgsResponseCode Property |
Gets the response code of the current URL request (e.g., 200, 404, and so on).
Namespace:
DotNetBrowser.Net.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public int ResponseCode { get; }
Property Value
Type:
Int32
The response code of the current URL request
or 0 if the request has been failed or canceled.
See Also