DSAzure.TAzureService.GetResponse
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: DSAzure.pas DSAzure.hpp
| |
Unit: DSAzure | |
Parent: TAzureService |
Delphi
function GetResponse(Url: String): String;
C++
System::UnicodeString __fastcall GetResponse(System::UnicodeString Url);
Description
Issues an HTTP GET request with the specified URL.
GetResponse issues an HTTP GET request with the given URL and returns the response content as a string.