Data.Cloud.CloudAPI.TCloudHTTP.Client

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Client: THTTPClient read FClient;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudHTTP

Description

The HTTP client that provides HTTP functionality.

See Also