System.Net.URLClient.TURLClient.CustomHeaders

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

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.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURLClient


説明

AName で指定されたカスタム ヘッダーが含まれている配列です。

関連項目