DSAzure.TAzureService.ResponseHeader

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureService

Delphi

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

C++

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

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.