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)

System::Object
  System.Net.Http::HttpMessageHandler
    System.Web.Http.Batch::HttpBatchHandler
      System.Web.Http.Batch::DefaultHttpBatchHandler

public ref class DefaultHttpBatchHandler : HttpBatchHandler

NameDescription
System_CAPS_pubmethodDefaultHttpBatchHandler(HttpServer^)

Initializes a new instance of the DefaultHttpBatchHandler class.

NameDescription
System_CAPS_pubpropertyExecutionOrder

Gets or sets the execution order for the batch requests. The default execution order is sequential.

System_CAPS_pubpropertyInvoker

Gets the invoker to send the batch requests to the HttpServer.(Inherited from HttpBatchHandler.)

System_CAPS_pubpropertySupportedContentTypes

Gets the supported content types for the batch request.

NameDescription
System_CAPS_pubmethodCreateResponseMessageAsync(IList<HttpResponseMessage^>^, HttpRequestMessage^, CancellationToken)

Creates the batch response message.

System_CAPS_pubmethodDispose()

(Inherited from HttpMessageHandler.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from HttpMessageHandler.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodExecuteRequestMessagesAsync(IEnumerable<HttpRequestMessage^>^, CancellationToken)

Executes the batch request messages.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodParseBatchRequestsAsync(HttpRequestMessage^, CancellationToken)

Converts the incoming batch request into a collection of request messages.

System_CAPS_pubmethodProcessBatchAsync(HttpRequestMessage^, CancellationToken)
System_CAPS_protmethodSendAsync(HttpRequestMessage^, CancellationToken)

Sends the batch handler asynchronously.(Inherited from HttpBatchHandler.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidateRequest(HttpRequestMessage^)

Validates the incoming request that contains the batch request messages.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: