Datasnap.DSHTTP.TDSHTTPRequestIndy.RequestInfo

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property RequestInfo: IIPHTTPRequestInfo read FRequestInfo;

C++

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

Description

Represents the Indy RequestInfo.

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

See Also