HttpBatchHandler Class

 

Defines the abstraction for handling HTTP batch requests.

Namespace:   System.Web.Http.Batch
Assembly:  System.Web.Http (in System.Web.Http.dll)


public ref class HttpBatchHandler abstract : HttpMessageHandler

NameDescription
System_CAPS_protmethodHttpBatchHandler(HttpServer^)

Initializes a new instance of the HttpBatchHandler class.

NameDescription
System_CAPS_pubpropertyInvoker

Gets the invoker to send the batch requests to the HttpServer.

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from HttpMessageHandler.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from HttpMessageHandler.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

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_pubmethodProcessBatchAsync(HttpRequestMessage^, CancellationToken)

Processes the incoming batch request as a single HttpRequestMessage.

System_CAPS_protmethodSendAsync(HttpRequestMessage^, CancellationToken)

Sends the batch handler asynchronously.(Overrides HttpMessageHandler::SendAsync(HttpRequestMessage^, CancellationToken).)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: