ProcessRequestArgs Class
Represents arguments used by an HTTP request to the data service.
Inheritance Hierarchy
System.Object
System.Data.Services.ProcessRequestArgs
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public NotInheritable Class ProcessRequestArgs
'Usage
Dim instance As ProcessRequestArgs
public sealed class ProcessRequestArgs
public ref class ProcessRequestArgs sealed
[<SealedAttribute>]
type ProcessRequestArgs = class end
public final class ProcessRequestArgs
The ProcessRequestArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsBatchOperation | 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 | Gets the URI of an HTTP request to be process. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.