Datasnap.DSClientRest.TDSCustomRestConnection.Host

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Host: string read FHost write FHost;

C++

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

Propriétés

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

Description

Spécifie l'hôte de la connexion REST.

La propriété Host spécifie l'hôte du composant connexion DataSnap REST. Par exemple, Host peut être 'localhost' pour la connexion à un serveur s'exécutant sur la même machine que le client REST.

Voir aussi