REST.Client.TRESTClient.ContentType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentType;

C++

__property ContentType = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTClient

Description

An internally used property that specifies the MIME (Multipurpose Internet Mail Extensions) type for POST or PUT requests.

REST.Client.TRESTClient.ContentType inherits from REST.Client.TCustomRESTClient.ContentType. All content below this line refers to REST.Client.TCustomRESTClient.ContentType.


An internally used property that specifies the MIME (Multipurpose Internet Mail Extensions) type for POST or PUT requests.

See Also