API:REST.Backend.EMSProvider.TEMSProvider.URLHost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property URLHost;

C++

__property URLHost = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TEMSProvider

Description

URL host value

REST.Backend.EMSProvider.TEMSProvider.URLHost inherits from REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost. All content below this line refers to REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost.

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