Table of Contents

HttpPostAttribute Class

Makes a service operation respond to the POST HTTP method.

Remarks

POST is already the default method of service operations, so this attribute is optional.

Syntax

Unit: XData.Service.Common

HttpPostAttribute = class(HttpMethodAttribute);

Methods

Name Description
HttpMethod Returns the HTTP method defined by the attribute.