DefaultHttpBatchHandler Class
Represents the default implementation of HttpBatchHandler that encodes the HTTP request/response messages as MIME multipart.
Assembly: System.Web.Http (in System.Web.Http.dll)
System::Object
System.Net.Http::HttpMessageHandler
System.Web.Http.Batch::HttpBatchHandler
System.Web.Http.Batch::DefaultHttpBatchHandler
System.Net.Http::HttpMessageHandler
System.Web.Http.Batch::HttpBatchHandler
System.Web.Http.Batch::DefaultHttpBatchHandler
| Name | Description | |
|---|---|---|
![]() | DefaultHttpBatchHandler(HttpServer^) | Initializes a new instance of the DefaultHttpBatchHandler class. |
| Name | Description | |
|---|---|---|
![]() | ExecutionOrder | Gets or sets the execution order for the batch requests. The default execution order is sequential. |
![]() | Invoker | Gets the invoker to send the batch requests to the HttpServer.(Inherited from HttpBatchHandler.) |
![]() | SupportedContentTypes | Gets the supported content types for the batch request. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


