Datasnap.DSHTTPClient.TDSHTTP.IResponse.ContentType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: IResponse

Delphi

property ContentType: string read GetContentType;

C++

__property System::UnicodeString ContentType = {read=GetContentType};

Description

Represents the Content-type header field of the HTTP response.

ContentType specifies the media type for the body of the HTTP response.

See Also