Datasnap.DSHTTP.TDSHTTPRequestIndy.RequestInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RequestInfo: IIPHTTPRequestInfo read FRequestInfo;

C++

__property Ippeerapi::_di_IIPHTTPRequestInfo RequestInfo = {read=FRequestInfo};

Properties

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

Description

Represents the Indy RequestInfo.

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

See Also