DSAzure.TAzureService.GetResponseText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetResponseText: String;

C++

System::UnicodeString __fastcall GetResponseText();

Properties

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

Description

Returns the ResponseText for the response to the most recently issued HTTP request by the service.

GetResponseText returns the ResponseText for the response to the most recently issued HTTP request by the service.

See Also