Datasnap.DSHTTPClient.TDSHTTP.IRequest.ContentType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentType: string read GetContentType write SetContentType;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IRequest

Description

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

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

See Also