Data.Cloud.CloudAPI.TCloudHTTP.Client

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: TCloudHTTP

Delphi

property Client: THTTPClient read FClient;

C++

__property System::Net::Httpclient::THTTPClient* Client = {read=FClient};

Description

The HTTP client that provides HTTP functionality.

See Also