System.Net.HttpClientComponent.TNetHTTPClient.ContentType

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

Delphi

property ContentType: string read GetContentType write SetContentType;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
System.Net.HTTPClientComponent.pas
System.Net.HTTPClientComponent.hpp
System.Net.HttpClientComponent TNetHTTPClient


説明

TNetHTTPClient コンポーネントでどのような要求にも追加される Content-Type ヘッダーを管理するプロパティです。

ContentType プロパティは要求のエンティティ本体のメディア タイプを示します。

関連項目