Datasnap.DSClientRest.TDSRestConnection.Host

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Host: string read FHost write FHost default 0;

C++

__property Host = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

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