API:Datasnap.DSClientRest.TDSRestConnection.Host

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSRestConnection

Delphi

property Host;

C++

__property Host = {default=0};

Description

Specifies the host for the REST connection.

Datasnap.DSClientRest.TDSRestConnection.Host inherits from Datasnap.DSClientRest.TDSCustomRestConnection.Host. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.Host.

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