ODataHttpHeaders Class

Represents the names of HTTP headers used by the OData library.

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.OData..::..ODataHttpHeaders

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

Syntax

'Declaration
Public NotInheritable Class ODataHttpHeaders
'Usage
public static class ODataHttpHeaders
public ref class ODataHttpHeaders abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ODataHttpHeaders =  class end
public final class ODataHttpHeaders

The ODataHttpHeaders type exposes the following members.

Fields

  Name Description
Public fieldStatic member ContentType Specifies the name of the HTTP content type header.
Public fieldStatic member DataServiceVersion Specifies the name of the OData 'DataServiceVersion' HTTP header.

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.

See Also

Reference

Microsoft.Data.OData Namespace