Datasnap.DSHTTP.TCustomDSHTTPServerTransport.HttpServer

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 HttpServer: TDSHTTPServer read GetHttpServer;

C++

__property TDSHTTPServer* HttpServer = {read=GetHttpServer};

Description

Specifies the DataSnap HTTP server.

The HttpServer property specifies the DataSnap HTTP server.

See Also