DataServiceOperationContext Class

Definition

Represents the current operation being processed.

public ref class DataServiceOperationContext sealed
public sealed class DataServiceOperationContext
type DataServiceOperationContext = class
Public NotInheritable Class DataServiceOperationContext
Inheritance
DataServiceOperationContext

Properties

AbsoluteRequestUri

Get the request URI for the current operation.

AbsoluteServiceUri

Gets the base service URI for the request.

IsBatchRequest

Gets a value that indicates whether the current operation is part of a batch request.

RequestHeaders

Gets the request headers for the current operation.

RequestMethod

Gets the HTTP request method for the operation.

ResponseHeaders

Gets the response headers for the current operation.

ResponseStatusCode

Gets or sets the status code of the response.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to