Datasnap.DSHTTPClient.TDSHTTP.Response

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Response: IResponse read GetResponse;

C++

__property _di_IResponse Response = {read=GetResponse};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient TDSHTTP


Beschreibung

Gibt die Antwort für eine HTTP- oder HTTPS-Anforderung an, die dieser Instanz zugeordnet ist.

Siehe auch