DSAzure.TAzureService.ResponseHeaderExists
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: DSAzure.pas DSAzure.hpp
| |
| Unit: DSAzure | |
| Parent: TAzureService | |
Delphi
property ResponseHeaderExists[const Header: String]: Boolean read GetResponseHeaderExists;
C++
__property bool ResponseHeaderExists[const System::UnicodeString Header] = {read=GetResponseHeaderExists};
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.