SendingRequest2 事件的事件参数。
继承层次结构
System.Object
System.EventArgs
System.Data.Services.Client.SendingRequest2EventArgs
命名空间: System.Data.Services.Client
程序集: Microsoft.Data.Services.Client(在 Microsoft.Data.Services.Client.dll 中)
语法
声明
Public Class SendingRequest2EventArgs _
Inherits EventArgs
用法
Dim instance As SendingRequest2EventArgs
public class SendingRequest2EventArgs : EventArgs
public ref class SendingRequest2EventArgs : public EventArgs
type SendingRequest2EventArgs =
class
inherit EventArgs
end
public class SendingRequest2EventArgs extends EventArgs
SendingRequest2EventArgs 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Descriptor | 请求标头集合。 |
![]() |
IsBatchPart | 如果此事件由批处理内的请求引发,则返回 true;否则返回 false。 |
![]() |
RequestMessage | 通过此事件报告的 Web 请求。处理程序可能会修改或替换它。 |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。