DSAzure.TAzureService.ResponseHeaderExists

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService

Description

Returns True if the header field exists in the last response received.

The ResponseHeaderExists property returns True if the latest HTTP response returned from the server contains a header field with the given name, or False otherwise.