Provides arguments for beforeSendRequest event.
constructor(url: string, settings: any): RequestEventArgs
Initializes a new instance of the RequestEventArgs class.
String containing the URL to which the request is sent.
An object used to configure the request. It has the same structure and semantics as the settings parameter of the httpRequest method.
Gets or sets the object used to configure the request. It has the same structure and semantics as the settings parameter of the httpRequest method.
Gets or sets the URL to which the request is sent.
Provides a value to use with events that do not have event data.