Datasnap.DSHTTPClient.TDSHTTP.IResponse.ContentType
| [–] 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
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.GetContentType
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.CharSet
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.ContentEncoding
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.Headers