DSAzure.TAzureService.GetResponseText

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureService

Delphi

function GetResponseText: String;

C++

System::UnicodeString __fastcall GetResponseText();

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