REST.Client.TCustomRESTClient.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
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient


Beschreibung

Eine intern verwendete Eigenschaft, die den MIME-Typ (Multipurpose Internet Mail Extensions) für POST- oder PUT-Anforderungen angibt.

Siehe auch