DSAzure.TAzureService.GetResponseHeader

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

Delphi

function GetResponseHeader(const Header: String): String;

C++

System::UnicodeString __fastcall GetResponseHeader(const System::UnicodeString Header);

プロパティ

種類 可視性 ソース ユニット
function protected
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService


説明

指定された名前を持つヘッダー フィールドのヘッダー値を返します。

GetResponseHeader は、指定された名前を持つヘッダー フィールドのヘッダー値を返します。これは、サーバーから返された最も新しい HTTP レスポンスから返されます。

関連項目