REST.Client.TCustomRESTClient.ContentType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ContentType: string read GetContentType write SetContentType;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient


説明

内部的に使用されプロパティで、POST 要求または PUT 要求の MIME(Multipurpose Internet Mail Extensions:多目的インターネット メール拡張)タイプを指定します。

関連項目