Datasnap.DSClientRest.TDSCustomRestConnection.Host

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Host: string read FHost write FHost;

C++

__property System::UnicodeString Host = {read=FHost, write=FHost};

Properties

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

Description

Specifies the host for the REST connection.

The Host property specifies the host for the DataSnap REST connection component. For example, Host can be 'localhost' to connect to a server running on the same machine as the REST client.

See Also