constructor(url: string, settings: any): RequestEventArgs
RequestEventArgsクラスの新しいインスタンスを初期化します。
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.
要求が送信されるURLを取得または設定します。
beforeSendRequestイベントの引数を提供します。