Datasnap.DSHTTPClient.TDSHTTP.IResponse.GetContentType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetContentType: string;

C++

virtual System::UnicodeString __fastcall GetContentType() = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IResponse


Beschreibung

Erhält den Wert des Content-Type (EN)-Header-Felds der HTTP-Antwort.

GetContentType ist die Getter-Methode für die Eigenschaft ContentType.

Siehe auch