API:Datasnap.DSHTTP.TDSHTTPServerTransport.Server

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: TDSHTTPServerTransport

Delphi

property Server;

C++

__property Server;

Description

The Server property specifies the DataSnap server.

Datasnap.DSHTTP.TDSHTTPServerTransport.Server inherits from Datasnap.DSCommonServer.TDSServerComponent.Server. All content below this line refers to Datasnap.DSCommonServer.TDSServerComponent.Server.

The Server property specifies the DataSnap server.

For Datasnap.DSTCPServerTransport.TDSTCPServerTransport and Datasnap.DSHTTP.TDSHTTPServerTransport, this property is the TDSServer instance that these transports are servicing.

For Datasnap.DSHTTP.TDSHTTPServerTransport, if Server is set, it takes precedence over DSHostname and DSPort.

For Datasnap.DSServer.TDSServerClass, Server is the component to register this server class with.

See Also