Datasnap.DSHTTPClient.TDSHTTP.IRequest.ContentType

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

Delphi

property ContentType: string read GetContentType write SetContentType;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IRequest


説明

HTTP リクエストContent-type ヘッダー フィールドを表します。

ContentType は、HTTP リクエストの本体に対するメディアタイプを示します。

関連項目