Share via


ODataAsynchronousResponseMessage Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.OData.Core.ODataAsynchronousResponseMessage

Syntax

public sealed class ODataAsynchronousResponseMessage : IODataResponseMessageAsync, 
    IODataResponseMessage
public ref class ODataAsynchronousResponseMessage sealed : IODataResponseMessageAsync, 
    IODataResponseMessage
[<Sealed>]
type ODataAsynchronousResponseMessage = 
    class
        interface IODataResponseMessageAsync
        interface IODataResponseMessage
    end
Public NotInheritable Class ODataAsynchronousResponseMessage
    Implements IODataResponseMessageAsync, IODataResponseMessage

Properties

Name Description
System_CAPS_pubproperty Headers

System_CAPS_pubproperty StatusCode

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetHeader(String)

System_CAPS_pubmethod GetStream()

System_CAPS_pubmethod GetStreamAsync()

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod SetHeader(String, String)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Extension Methods

Name Description
System_CAPS_pubmethod GetODataVersion(ODataVersion)

Overloaded. Reads the OData-Version header from the message and parses it.(Defined by ODataMessageExtensions.)

System_CAPS_pubmethod PreferenceAppliedHeader()

Gets the ODataPreferenceHeader instance to get or set preferences on the "Preference-Applied" header of the responseMessage.(Defined by ODataMessageExtensions.)

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.

See Also

Microsoft.OData.Core Namespace

Return to top