Datasnap.DSHTTPClient.TDSHTTP.IResponse.ContentType
Delphi
property ContentType: string read GetContentType;
C++
__property System::UnicodeString ContentType = {read=GetContentType};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| property | public | Datasnap.DSHTTPClient.pas Datasnap.DSHTTPClient.hpp  | 
        Datasnap.DSHTTPClient | IResponse | 
Beschreibung
Repräsentiert das Content-type (EN)-Header-Feld der HTTP-Antwort.
ContentType gibt den Medientyp (EN) für den Rumpf der HTTP-Antwort an.
Siehe auch
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.GetContentType
 - Datasnap.DSHTTPClient.TDSHTTP.IResponse.CharSet
 - Datasnap.DSHTTPClient.TDSHTTP.IResponse.ContentEncoding
 - Datasnap.DSHTTPClient.TDSHTTP.IResponse.Headers