RedirectResponseCodeReceivedEventArgsResponseCode Property |
Gets the HTTP response code (e.g., 200, 404, and so on).
Namespace:
DotNetBrowser.Net.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.0
Syntax public int ResponseCode { get; }
Property Value
Type:
Int32An integer that represents the response code.
See Also