DSAzure.TAzureService.GetResponse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetResponse(Url: String): String;

C++

System::UnicodeString __fastcall GetResponse(System::UnicodeString Url);

Properties

Type Visibility Source Unit Parent
function protected
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService

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.

See Also