Datasnap.DSHTTPClient.TDSHTTP.IRequest.ContentType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ContentType: string read GetContentType write SetContentType;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IRequest


Beschreibung

Repräsentiert das Content-type (EN)-Header-Feld der HTTP-Anforderung.

ContentType gibt den Medientyp (EN) für den Rumpf der HTTP-Anforderung an.

Siehe auch