DefaultHttpBatchHandler Class
Represents the default implementation of HttpBatchHandler that encodes the HTTP request/response messages as MIME multipart.
Namespace: System.Web.Http.Batch
Assembly: System.Web.Http (in System.Web.Http.dll)
Inheritance Hierarchy
System.Object
System.Net.Http.HttpMessageHandler
System.Web.Http.Batch.HttpBatchHandler
System.Web.Http.Batch.DefaultHttpBatchHandler
Syntax
public class DefaultHttpBatchHandler : HttpBatchHandler
public ref class DefaultHttpBatchHandler : HttpBatchHandler
type DefaultHttpBatchHandler =
class
inherit HttpBatchHandler
end
Public Class DefaultHttpBatchHandler
Inherits HttpBatchHandler
Constructors
Name | Description | |
---|---|---|
DefaultHttpBatchHandler(HttpServer) | Initializes a new instance of the DefaultHttpBatchHandler class. |
Properties
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. |
Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Http.Batch Namespace
Return to top