Click or drag to resize

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.16.0
Syntax
C#
public int ResponseCode { get; }

Property Value

Type: Int32
An integer that represents the response code.
See Also