REST.HttpClient.TRESTHTTP.Request

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Request: IRequest read GetRequest;

C++

__property _di_IRequest Request = {read=GetRequest};

Properties

Type Visibility Source Unit Parent
property public
REST.HttpClient.pas
REST.HTTPClient.hpp
REST.HttpClient TRESTHTTP

Description

Gets the HTTP request properties.

See Also