你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 响应。

适用于