DSAzure.TAzureService.ResponseText
[–] 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).