UnbufferedODataBatchHandler Constructor (HttpServer)
Initializes a new instance of the UnbufferedODataBatchHandler class.
Namespace: System.Web.Http.OData.Batch
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public UnbufferedODataBatchHandler(
HttpServer httpServer
)
public:
UnbufferedODataBatchHandler(
HttpServer^ httpServer
)
new :
httpServer:HttpServer -> UnbufferedODataBatchHandler
Public Sub New (
httpServer As HttpServer
)
Parameters
httpServer
Type: System.Web.Http.HttpServerThe HttpServer for handling the individual batch requests.
See Also
UnbufferedODataBatchHandler Class
System.Web.Http.OData.Batch Namespace
Return to top