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.

Dispose(Boolean)

Releases unmanaged and - optionally - managed resources.

(Inherited from ODataBatchRequestItem)
GetResourcesForDisposal()

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

GetResourcesForDisposal()

Gets the resources for disposal.

(Inherited from ODataBatchRequestItem)
SendRequestAsync(HttpMessageInvoker, CancellationToken)

Sends the Operation request.

SendRequestAsync(HttpMessageInvoker, CancellationToken)

Sends the request.

(Inherited from ODataBatchRequestItem)
SendRequestAsync(RequestDelegate)

Sends the Operation request.

SendRequestAsync(RequestDelegate)

Routes the request.

(Inherited from ODataBatchRequestItem)

Applies to