DSAzure.TAzureHTTP.Put

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Put(AURL: string): string; overload;

C++

HIDESBASE System::UnicodeString __fastcall Put(System::UnicodeString AURL)/* overload */;
inline System::UnicodeString __fastcall  Put(System::UnicodeString AURL, System::Classes::TStream* ASource){ return Idhttp::TIdCustomHTTP::Put(AURL, ASource); }
inline void __fastcall  Put(System::UnicodeString AURL, System::Classes::TStream* ASource, System::Classes::TStream* AResponseContent){ Idhttp::TIdCustomHTTP::Put(AURL, ASource, AResponseContent); }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureHTTP


Beschreibung

Sendet eine PUT-Befehlsanforderung.

Die Methode Put sendet eine PUT-Befehlsanforderung. Put gibt die Anwort des Servers für den gesendeten Befehl zurück.

AURL ist der URL (Uniform Resource Locator), an den der Befehl PUT gesendet wird.

Sihe auch