Table of Contents

Class ResponseStartedEventArgs

Namespace
DotNetBrowser.Net.Events
Assembly
DotNetBrowser.dll

Event arguments for the ResponseStarted event.

public class ResponseStartedEventArgs : NetworkEventArgs
Inheritance
ResponseStartedEventArgs
Inherited Members

Properties

ResponseCode

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.