REST.Client.TRESTResponse.ContentType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentType: string read FContentType write SetContentType default 0;

C++

__property ContentType = {default=0};

Properties

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

Description

Specifies the MIME (Multipurpose Internet Mail Extensions) type of the response content.

REST.Client.TRESTResponse.ContentType inherits from REST.Client.TCustomRESTResponse.ContentType. All content below this line refers to REST.Client.TCustomRESTResponse.ContentType.

Specifies the MIME (Multipurpose Internet Mail Extensions) type of the response content.

Use this property to get or set the MIME type of the response content.

See Also