Data.Cloud.CloudAPI.TCloudHTTP.Options

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Options(const AURL: string): string; overload;
procedure Options(const AURL: string; AResponseContent: TStream); overload;

C++

System::UnicodeString __fastcall Options(const System::UnicodeString AURL)/* overload */;
void __fastcall Options(const System::UnicodeString AURL, System::Classes::TStream* AResponseContent)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudHTTP


Beschreibung

Sendet eine Anforderung an die angegebene URL mit den OPTIONEN HTTP-Methode, und gibt den Antwort-String zurück.

Wenn Sie einen Stream (AResponseContent) angeben, füllt Options diesen Stream mit dem Antwortinhlat als den empfangenen Inhalt. Weitere Informationen finden Sie unter THTTPClient.Options.

Siehe auch