Datasnap.DSClientRest.TDSCustomRestConnection.Host
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
Unit: Datasnap.DSClientRest | |
Parent: TDSCustomRestConnection |
Delphi
property Host: string read FHost write FHost;
C++
__property System::UnicodeString Host = {read=FHost, write=FHost};
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.