REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property URLPort: Integer read FURLPort write SetURLPort;

C++

__property int URLPort = {read=FURLPort, write=SetURLPort, nodefault};

Properties

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

Description

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

The URLPort property contains the EMS connection port value.

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

See Also