ODataBatchOperationRequestMessage Class
Displays a message representing an operation in a batch request.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataBatchOperationRequestMessage
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class ODataBatchOperationRequestMessage _
Implements IODataRequestMessageAsync, IODataRequestMessage, IODataUrlResolver
'Usage
Dim instance As ODataBatchOperationRequestMessage
public sealed class ODataBatchOperationRequestMessage : IODataRequestMessageAsync,
IODataRequestMessage, IODataUrlResolver
public ref class ODataBatchOperationRequestMessage sealed : IODataRequestMessageAsync,
IODataRequestMessage, IODataUrlResolver
[<SealedAttribute>]
type ODataBatchOperationRequestMessage =
class
interface IODataRequestMessageAsync
interface IODataRequestMessage
interface IODataUrlResolver
end
public final class ODataBatchOperationRequestMessage implements IODataRequestMessageAsync, IODataRequestMessage, IODataUrlResolver
The ODataBatchOperationRequestMessage type exposes the following members.
Properties
Name | Description | |
---|---|---|
Headers | Gets an enumerable over all the headers for this message. | |
Method | Gets the HTTP method used for this request message. | |
Url | Gets or sets the request URL for this request message. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetHeader | Returns a value of an HTTP header of this operation. | |
GetStream | Gets the stream backing for this message. | |
GetStreamAsync | Asynchronously get the stream backing for this message. | |
GetType | (Inherited from Object.) | |
SetHeader | Sets the value of an HTTP header of this operation. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IODataUrlResolver.ResolveUrl | Implements a custom URL resolution scheme. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.