REST.Backend.EMSProvider.TEMSProvider.URLPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property URLPort;

C++

__property URLPort;

Properties

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

Description

EMS connection port value for the HTTP request to the EMS Server.

The URLPort property contains the EMS connection port value. The default value of the URLPort of the EMS Server is 8080.

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

See Also