メインメニューを開く

RAD Studio API Documentation β

System.Net.URLClient.TURLClient.GetCustomHeaderValue

Delphi

function GetCustomHeaderValue(const Name: string): string;

C++

System::UnicodeString __fastcall GetCustomHeaderValue(const System::UnicodeString Name);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURLClient


説明

指定された Name に対応する CustomHeaders 値を返します。

関連項目