HttpBatchHandler Class
Defines the abstraction for handling HTTP batch requests.
Assembly: System.Web.Http (in System.Web.Http.dll)
System.Net.Http::HttpMessageHandler
System.Web.Http.Batch::HttpBatchHandler
System.Web.Http.Batch::DefaultHttpBatchHandler
| Name | Description | |
|---|---|---|
![]() | HttpBatchHandler(HttpServer^) | Initializes a new instance of the HttpBatchHandler class. |
| Name | Description | |
|---|---|---|
![]() | Invoker | Gets the invoker to send the batch requests to the HttpServer. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | (Inherited from HttpMessageHandler.) |
![]() | Dispose(Boolean) | (Inherited from HttpMessageHandler.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ProcessBatchAsync(HttpRequestMessage^, CancellationToken) | Processes the incoming batch request as a single HttpRequestMessage. |
![]() | SendAsync(HttpRequestMessage^, CancellationToken) | Sends the batch handler asynchronously.(Overrides HttpMessageHandler::SendAsync(HttpRequestMessage^, CancellationToken).) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


