DSAzure.TAzureService.ResponseHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResponseHeader[const Header: String]: String read GetResponseHeader;

C++

__property System::UnicodeString ResponseHeader[const System::UnicodeString Header] = {read=GetResponseHeader};

Properties

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

Description

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

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