RequestEventArgs クラス

定義

要求イベントに関連付けられている情報およびイベント データを提供します。

public sealed class RequestEventArgs : EventArgs
type RequestEventArgs = class
    inherit EventArgs
Public NotInheritable Class RequestEventArgs
Inherits EventArgs
継承
RequestEventArgs

コンストラクター

RequestEventArgs(RequestResult)

指定された RequestEventArgs パラメーターを使用して、RequestResult クラスの新しいインスタンスを初期化します。

プロパティ

Request

このイベントに関連付けられている HTTP 要求を取得します。

RequestInformation

このイベントに関連付けられている要求情報を取得します。

Response

このイベントに関連付けられている HTTP 応答を取得します。

適用対象