DSAzure.TAzureService.GetResponseHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetResponseHeader(const Header: String): String;

C++

System::UnicodeString __fastcall GetResponseHeader(const System::UnicodeString Header);

Properties

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

Description

Returns the header value for the header field with the name provided.

GetResponseHeader returns the header value for the header field with the name provided, from the latest HTTP response returned from the server.

See Also