Share via


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

See Also

UnbufferedODataBatchHandler Class
System.Web.Http.OData.Batch Namespace

Return to top