REST.Client.TCustomRESTResponse.ContentType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentType: string read FContentType write SetContentType;

C++

__property System::UnicodeString ContentType = {read=FContentType, write=SetContentType};

Properties

Type Visibility Source Unit Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse

Description

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