DSAzure.TAzureService.GetResponseHeader

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetResponseHeader(const Header: String): String;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function protected
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService


Description

Renvoie la valeur d'en-tête pour le champ d'en-tête ayant le nom fourni.

GetResponseHeader renvoie la valeur d'en-tête pour le champ d'en-tête ayant le nom fourni, à partir de la dernière réponse HTTP renvoyée par le serveur.

Voir aussi