ODataConstants Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |