Datasnap.DSHTTP.TCustomDSHTTPServerTransport.DSPort

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property DSPort: Integer read GetDSPort write SetDSPort default 211;

C++

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

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