DSAzure.TAzureService.GetResponseHeaderExists

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

Delphi

function GetResponseHeaderExists(const Header: String): Boolean;

C++

bool __fastcall GetResponseHeaderExists(const System::UnicodeString Header);

プロパティ

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


説明

最後に受信したレスポンスに、特定のヘッダー フィールドがある場合に、True を返します。

GetResponseHeaderExists は、サーバーから返された最後の HTTP レスポンスが、指定された名前と一致するヘッダー フィールドを持っている場合に True を返し、そうでなければ、False を返します。

関連項目