IODataResponseMessage Interface

Represents an interface for synchronous OData response messages.

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

Syntax

'Declaration
Public Interface IODataResponseMessage
'Usage
Dim instance As IODataResponseMessage
public interface IODataResponseMessage
public interface class IODataResponseMessage
type IODataResponseMessage =  interface end
public interface IODataResponseMessage

The IODataResponseMessage type exposes the following members.

Properties

  Name Description
Public property Headers Gets an enumerable over all the headers for this message.
Public property StatusCode Gets or sets the result status code of the response message.

Top

Methods

  Name Description
Public method GetHeader Returns a value of an HTTP header.
Public method GetStream Gets the stream backing for this message.
Public method SetHeader Sets the value of an HTTP header.

Top

Extension Methods

  Name Description
Public Extension Method GetDataServiceVersion Reads the DataServiceVersion header from the message and parses it. If no DataServiceVersion header is found it sets the default version to be used for reading. (Defined by ODataMessageExtensions.)
Public Extension Method PreferenceAppliedHeader Gets the ODataPreferenceHeader instance to get or set preferences on the "Preference-Applied" header of the responseMessage. (Defined by ODataMessageExtensions.)

Top

See Also

Reference

Microsoft.Data.OData Namespace