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
Public property IsBatchOperation Gets a Boolean value that indicates whether the HTTP request to the data service is a batch operation.
Public property OperationContext Gets the context that contains information about the current operation being processed.
Public property RequestUri Gets the URI of an HTTP request to be process.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

System.Data.Services Namespace