Datasnap.DSHTTPClient.TDSHTTP.Response

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Response: IResponse read GetResponse;

C++

__property _di_IResponse Response = {read=GetResponse};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient TDSHTTP

Description

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

See Also