UnbufferedODataBatchHandler Constructors
Definition
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.
Overloads
| UnbufferedODataBatchHandler() | |
| UnbufferedODataBatchHandler(HttpServer) |
Initializes a new instance of the UnbufferedODataBatchHandler class. |
UnbufferedODataBatchHandler()
public UnbufferedODataBatchHandler();
Public Sub New ()
Applies to
UnbufferedODataBatchHandler(HttpServer)
Initializes a new instance of the UnbufferedODataBatchHandler class.
public UnbufferedODataBatchHandler(System.Web.Http.HttpServer httpServer);
new Microsoft.AspNet.OData.Batch.UnbufferedODataBatchHandler : System.Web.Http.HttpServer -> Microsoft.AspNet.OData.Batch.UnbufferedODataBatchHandler
Public Sub New (httpServer As HttpServer)
Parameters
- httpServer
- System.Web.Http.HttpServer
The System.Web.Http.HttpServer for handling the individual batch requests.