Class RedirectResponseCodeReceivedEventArgs
- Namespace
- DotNetBrowser.Net.Events
- Assembly
- DotNetBrowser.dll
Event arguments for the RedirectResponseCodeReceived event.
public sealed class RedirectResponseCodeReceivedEventArgs : NetworkEventArgs
- Inheritance
-
RedirectResponseCodeReceivedEventArgs
- Inherited Members
Properties
- NewUrl
Gets the new URL.
- ResponseCode
Gets the HTTP response code (e.g., 200, 404, and so on).