ODataBatchOperationResponseMessage Class
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.
Message representing an operation in a batch response.
public sealed class ODataBatchOperationResponseMessage : Microsoft.OData.IContainerProvider, Microsoft.OData.IODataPayloadUriConverter, Microsoft.OData.IODataResponseMessageAsync
type ODataBatchOperationResponseMessage = class
interface IODataResponseMessageAsync
interface IODataResponseMessage
interface IODataPayloadUriConverter
interface IContainerProvider
Public NotInheritable Class ODataBatchOperationResponseMessage
Implements IContainerProvider, IODataPayloadUriConverter, IODataResponseMessageAsync
- Inheritance
-
ODataBatchOperationResponseMessage
- Implements
Content |
The Content-ID for this response message. |
Container |
The dependency injection container to get related services. |
Group |
The id of the group or change set that this response message is part of. |
Headers |
Gets an enumerable over all the headers for this message. |
Status |
Gets or sets the result status code of the response message. |
Get |
Returns a value of an HTTP header of this operation. |
Get |
Gets the stream backing for this message. |
Get |
Asynchronously get the stream backing for this message. |
Set |
Sets the value of an HTTP header of this operation. |
IOData |
Method to implement a custom URL resolution scheme. This method returns null if not custom resolution is desired. If the method returns a non-null URL that value will be used without further validation. |
Get |
Reads the OData-Version header from the |
Preference |
Gets the ODataPreferenceHeader instance to get or set preferences on the "Preference-Applied" header of the |