Edit

Share via


WitBatchResponse Class

Definition

Describes response for batch request.

[System.Runtime.Serialization.DataContract]
public class WitBatchResponse
type WitBatchResponse = class
Public Class WitBatchResponse
Inheritance
WitBatchResponse
Attributes

Constructors

WitBatchResponse()

Properties

Body

The response body.

Code

The HTTP status code of the response .

Headers

Response headers.

Methods

ParseBody<T>(MediaTypeFormatter)

Parses the body content of batch response with given data type.

Applies to