WitBatchResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |