System.Web.OData.Batch Namespace
Classes
Class | Description | |
---|---|---|
ChangeSetRequestItem | Represents a ChangeSet request. |
|
ChangeSetResponseItem | Represents a ChangeSet response. |
|
DefaultODataBatchHandler | Default implementation of ODataBatchHandler for handling OData batch request. |
|
ODataBatchContent | Encapsulates a collection of OData batch responses. |
|
ODataBatchHandler | Defines the abstraction for handling OData batch requests. |
|
ODataBatchHttpRequestMessageExtensions | Provides extension methods for the HttpRequestMessage class. |
|
ODataBatchReaderExtensions | Provides extension methods for the ODataBatchReader class. |
|
ODataBatchRequestItem | Represents an OData batch request. |
|
ODataBatchResponseItem | Represents an OData batch response. |
|
ODataHttpContentExtensions | Provides extension methods for the HttpContent class. |
|
OperationRequestItem | Represents an Operation request. |
|
OperationResponseItem | Represents an Operation response. |
|
UnbufferedODataBatchHandler | An implementation of ODataBatchHandler that doesn't buffer the request content stream. |
Return to top