Datasnap.DSHTTPClient.TDSHTTP.Response

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: TDSHTTP

Delphi

property Response: IResponse read GetResponse;

C++

__property _di_IResponse Response = {read=GetResponse};

Description

Specifies the response for an HTTP or HTTPS request associated with this instance.

See Also