DSAzure.TAzureService.ResponseText

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureService

Delphi

property ResponseText: String read GetResponseText;

C++

__property System::UnicodeString ResponseText = {read=GetResponseText};

Description

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

The ResponseText read-only property gets the response to the most recently issued HTTP request by the service (as string).

See Also