REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property URLHost: string read FURLHost write SetURLHost;

C++

__property System::UnicodeString URLHost = {read=FURLHost, write=SetURLHost};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSConnectionInfo

Description

URL host value for the request to the RAD Server Engine (EMS Server).

The URLHost property contains a string with the URL host value of the EMS Server. Use either:

  • localhost if the EMS Server is running on the same machine.
  • IP Address of the remote EMS Server if it is running on a different machine.

The RAD Server Client Application uses the URLHost and the URLPort to make HTTP requests to the RAD Server Engine (EMS Server).

See Also