Datasnap.DSClientRest.TDSCustomRestConnection.HTTP

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HTTP: TDSHTTP read GetHTTP;

C++

__property Datasnap::Dshttpclient::TDSHTTP* HTTP = {read=GetHTTP};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

Specifies an HTTP client for the REST connection.

The HTTP property specifies an HTTP client for the REST connection.

See Also