Click or drag to resize

ResponseStartedEventArgsResponseCode Property

Gets the response code of the current URL request (e.g., 200, 404, and so on). Returns 0 if the request has been failed or canceled.

Namespace:  DotNetBrowser.Net.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public int ResponseCode { get; }

Property Value

Type: Int32
The response code of the current URL request (e.g., 200, 404, and so on). Returns 0 if the request has been failed or canceled.
See Also