ODataBatchMiddleware Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the middleware for handling OData $batch requests. This middleware essentially acts like branching middleware and redirects OData $batch requests to the appropriate ODataBatchHandler.
C#
public class ODataBatchMiddleware
type ODataBatchMiddleware = class
Public Class ODataBatchMiddleware
- Inheritance
-
ODataBatchMiddleware
OData |
Instantiates a new instance of ODataBatchMiddleware. |
Invoke(Http |
Invoke the OData $Batch middleware. |
Product | Versions |
---|---|
OData Web API ASP .NET | Core 8.0.0 |