Share via


IODataResponseMessage Interface

 

Represents an interface for synchronous OData response messages.

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

Syntax

public interface IODataResponseMessage
public interface class IODataResponseMessage
type IODataResponseMessage = interface end
Public Interface IODataResponseMessage

Properties

Name Description
System_CAPS_pubproperty Headers

Gets an enumerable over all the headers for this message.

System_CAPS_pubproperty StatusCode

Gets or sets the result status code of the response message.

Methods

Name Description
System_CAPS_pubmethod GetHeader(String)

Returns a value of an HTTP header.

System_CAPS_pubmethod GetStream()

Gets the stream backing for this message.

System_CAPS_pubmethod SetHeader(String, String)

Sets the value of an HTTP header.

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.)

See Also

Microsoft.OData.Core Namespace

Return to top