DataServiceOperationContext Class
Represents the current operation being processed.
Assembly: System.Data.Services (in System.Data.Services.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

