Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Initializes a new instance of the DefaultODataBatchHandler class.
Namespace: System.Web.Http.OData.Batch
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public DefaultODataBatchHandler(
HttpServer httpServer
)
public:
DefaultODataBatchHandler(
HttpServer^ httpServer
)
new :
httpServer:HttpServer -> DefaultODataBatchHandler
Public Sub New (
httpServer As HttpServer
)
Parameters
httpServer
Type: System.Web.Http.HttpServerThe HttpServer for handling the individual batch requests.
See Also
DefaultODataBatchHandler Class
System.Web.Http.OData.Batch Namespace
Return to top