Delen via


ODataConstants Class

Definition

Constant values used by the OData or HTTP protocol or OData library.

public static class ODataConstants
type ODataConstants = class
Public Class ODataConstants
Inheritance
ODataConstants

Fields

ContentIdHeader

Name of the HTTP content-ID header.

ContentTypeHeader

Name of the HTTP content type header.

MethodDelete

HTTP method name for DELETE requests.

MethodGet

HTTP method name for GET requests.

MethodPatch

HTTP method name for PATCH requests.

MethodPost

HTTP method name for POST requests.

MethodPut

HTTP method name for PUT requests.

ODataVersionHeader

Name of the OData 'OData-Version' HTTP header.

Applies to