Datasnap.DSHTTP.TDSHTTPResponseIndy.ResponseInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResponseInfo: IIPHTTPResponseInfo read FResponseInfo;

C++

__property Ippeerapi::_di_IIPHTTPResponseInfo ResponseInfo = {read=FResponseInfo};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPResponseIndy

Description

Represents the Indy ResponseInfo.

The ResponseInfo property is provided so that the event handlers can access the Indy-specific properties.

See Also