Datasnap.DSClientRest.TDSRestConnection.Host

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Host: string read FHost write FHost default 0;

C++

__property Host = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Beschreibung

Legt den Host für die REST-Verbindung fest.

Datasnap.DSClientRest.TDSRestConnection.Host erbt von Datasnap.DSClientRest.TDSCustomRestConnection.Host. Der folgende Inhalt bezieht sich auf Datasnap.DSClientRest.TDSCustomRestConnection.Host.

Legt den Host für die REST-Verbindung fest.

Die Eigenschaft Host legt den Host für die DataSnap-REST-Verbindungskomponente fest. Beispielsweise kann Host 'localhost' sein, um eine Verbindung mit einem auf demselben Computer ausgeführten Server wie der REST-Client herzustellen.

Siehe auch