Datasnap.DSHTTP.TCustomDSHTTPServerTransport.DSPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSPort: Integer read GetDSPort write SetDSPort default 211;

C++

__property int DSPort = {read=GetDSPort, write=SetDSPort, default=211};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TCustomDSHTTPServerTransport

Description

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