REST.Backend.EMSProvider.TEMSProvider.URLHost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property URLHost: string read FURLHost write SetURLHost default 0;

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

Use the URLHost property of the TEMSProvider component to specify the URL to the EMS Server provider.

On a client application using the TEMSProvider component, you need to set the URLHost and URLPort properties to establish a socket connection to the EMS Server.

Set URLHost as localhost if the EMS Server provider is running on the same server machine as the client application, for example for testing purposes, otherwise you need to provide the URL to the EMS Server provider.

The URLPort that you need to connect to the EMS Server is defined on the configuration file of the EMS Server. You can find the URLPort value on the EMS Server console or directly on the EMS Server configuration file.

See Also