DSAzure.TAzureService.GetResponseHeader
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: DSAzure.pas DSAzure.hpp
| |
Unit: DSAzure | |
Parent: TAzureService |
Delphi
function GetResponseHeader(const Header: String): String;
C++
System::UnicodeString __fastcall GetResponseHeader(const System::UnicodeString Header);
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.