REST.Client.TCustomRESTClient.ContentType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ContentType: string read GetContentType write SetContentType;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient


Description

Une propriété utilisée en interne qui spécifie le type MIME (Multipurpose Internet Mail Extensions) pour les requêtes POST ou PUT.

Voir aussi