DSAzure.TAzureService.ResponseHeaderExists

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

Delphi

property ResponseHeaderExists[const Header: String]: Boolean read GetResponseHeaderExists;

C++

__property bool ResponseHeaderExists[const System::UnicodeString Header] = {read=GetResponseHeaderExists};

プロパティ

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

説明

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

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