DSAzure.TAzureService.GetResponseHeaderExists
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: DSAzure.pas DSAzure.hpp
| |
Unit: DSAzure | |
Parent: TAzureService |
Delphi
function GetResponseHeaderExists(const Header: String): Boolean;
C++
bool __fastcall GetResponseHeaderExists(const System::UnicodeString Header);
Description
Returns True if the header field exists in the last response received.
GetResponseHeaderExists returns True if the latest HTTP response returned from the server contains a header field with the given name, or False otherwise.