API:Datasnap.DSHTTP.TDSHTTPServerTransport.DSPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSPort: Integer read GetDSPort write SetDSPort default 211;

C++

__property DSPort = {default=211};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPServerTransport

Description

Specifies the DataSnap server port number.

Datasnap.DSHTTP.TDSHTTPServerTransport.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