Datasnap.DSHTTPClient.TDSHTTP.IRequest.ContentType
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSHTTPClient.pas Datasnap.DSHTTPClient.hpp
| |
Unit: Datasnap.DSHTTPClient | |
Parent: IRequest |
Delphi
property ContentType: string read GetContentType write SetContentType;
C++
__property System::UnicodeString ContentType = {read=GetContentType, write=SetContentType};
Description
Represents the Content-type header field of the HTTP request.
ContentType specifies the media type for the body of the HTTP request.