ODataBatchReader Class

Represents a class for reading OData batch messages; also verifies the proper sequence of read calls on the reader.

System::Object
  Microsoft.Data.OData::ODataBatchReader

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

public ref class ODataBatchReader sealed

The ODataBatchReader type exposes the following members.

  NameDescription
Public propertyStateGets or sets the current state of the batch reader.
Top

  NameDescription
Public methodCreateOperationRequestMessageReturns an ODataBatchOperationRequestMessage for reading the content of a batch operation.
Public methodCreateOperationRequestMessageAsyncAsynchronously returns an ODataBatchOperationRequestMessage for reading the content of a batch operation.
Public methodCreateOperationResponseMessageReturns an ODataBatchOperationResponseMessage for reading the content of a batch operation.
Public methodCreateOperationResponseMessageAsyncAsynchronously returns an ODataBatchOperationResponseMessage for reading the content of a batch operation.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRead Reads the next part from the batch message payload.
Public methodReadAsyncAsynchronously reads the next part from the batch message payload.
Public methodToString (Inherited from Object.)
Top

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