System.Net.HttpClient.IHTTPRequest.HeaderValue

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

Delphi

property HeaderValue[const AName: string]: string read GetHeaderValue write SetHeaderValue;

C++

__property System::UnicodeString HeaderValue[const System::UnicodeString AName] = {read=GetHeaderValue, write=SetHeaderValue};

プロパティ

種類 可視性 ソース ユニット
property public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPRequest


説明

要求の HTTP ヘッダー フィールドのリストです。

AName は HTTP ヘッダー フィールドの名前です。HTTP ヘッダー フィールドの名前を使用して、そのフィールドの値を取得または設定します。

関連項目