Share via


OperationRequestItem Class

Definition

Represents an Operation request.

public class OperationRequestItem : Microsoft.AspNet.OData.Batch.ODataBatchRequestItem
type OperationRequestItem = class
    inherit ODataBatchRequestItem
Public Class OperationRequestItem
Inherits ODataBatchRequestItem
Inheritance
OperationRequestItem

Constructors

OperationRequestItem(HttpContext)

Initializes a new instance of the OperationRequestItem class.

OperationRequestItem(HttpRequestMessage)

Initializes a new instance of the OperationRequestItem class.

Properties

Context

Gets the Operation request context.

Request

Gets the Operation request.

Methods

Dispose() (Inherited from ODataBatchRequestItem)
Dispose(Boolean)

Releases unmanaged and - optionally - managed resources.

GetResourcesForDisposal()

Gets the resources registered for dispose on the Operation request message.

SendRequestAsync(HttpMessageInvoker, CancellationToken)

Sends the Operation request.

SendRequestAsync(RequestDelegate)

Sends the Operation request.

Applies to