System.Net.HttpClientComponent.TNetHTTPRequest.CustomHeaders
Delphi
property CustomHeaders[const AName: string]: string read GetCustomHeaderValue write SetCustomHeaderValue;
C++
__property System::UnicodeString CustomHeaders[const System::UnicodeString AName] = {read=GetCustomHeaderValue, write=SetCustomHeaderValue};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | System.Net.HTTPClientComponent.pas System.Net.HTTPClientComponent.hpp |
System.Net.HttpClientComponent | TNetHTTPRequest |
説明
クライアントがリクエスト コンポーネントで使用する Custom-Headers。
CustomHeaders プロパティは、AName で指定されるヘッダの配列です。