DSAzure.TAzureService.ResponseText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResponseText: String read GetResponseText;

C++

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

Properties

Type Visibility Source Unit Parent
property public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService

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