DSAzure.TAzureService.GetResponseHeaderExists

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetResponseHeaderExists(const Header: String): Boolean;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService

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.

See Also