ProcessRequestArgs 类
定义
表示由数据服务 HTTP 请求使用的参数。Represents arguments used by an HTTP request to the data service.
public ref class ProcessRequestArgs sealed
public sealed class ProcessRequestArgs
type ProcessRequestArgs = class
Public NotInheritable Class ProcessRequestArgs
- 继承
-
ProcessRequestArgs
属性
| IsBatchOperation |
获取一个布尔值,该值指示数据服务 HTTP 请求是否为批处理操作。Gets a Boolean value that indicates whether the HTTP request to the data service is a batch operation. |
| OperationContext |
获取上下文,该上下文包含有关当前正在处理的操作的信息。Gets the context that contains information about the current operation being processed. |
| RequestUri |
获取要处理的 HTTP 请求的 URI。Gets the URI of an HTTP request to be process. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |