API:Datasnap.DSHTTP.TDSHTTPService.DSPort

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPService

Delphi

property DSPort;

C++

__property DSPort = {default=211};

Description

Specifies the DataSnap server port number.

Datasnap.DSHTTP.TDSHTTPService.DSPort inherits from Datasnap.DSHTTP.TCustomDSHTTPServerTransport.DSPort. All content below this line refers to Datasnap.DSHTTP.TCustomDSHTTPServerTransport.DSPort.

Specifies the DataSnap server port number.

The DSPort property specifies the DataSnap server port number. DSPort is only used when the Server property is not set.

See Also