ProcessRequestArgs 类
代表 HTTP 请求数据服务所使用的参数。
继承层次结构
System.Object
System.Data.Services.ProcessRequestArgs
命名空间: System.Data.Services
程序集: Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)
语法
声明
Public NotInheritable Class ProcessRequestArgs
用法
Dim instance As ProcessRequestArgs
public sealed class ProcessRequestArgs
public ref class ProcessRequestArgs sealed
[<SealedAttribute>]
type ProcessRequestArgs = class end
public final class ProcessRequestArgs
ProcessRequestArgs 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
IsBatchOperation | 获取指示 HTTP 请求数据服务是否为批处理操作的布尔值。 | |
OperationContext | 获取包含当前所处理操作相关信息的上下文。 | |
RequestUri | 获取要处理的 HTTP 请求的 URI。 |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。