Datasnap.DSHTTP.TCustomDSHTTPServerTransport.HttpServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HttpServer: TDSHTTPServer read GetHttpServer;

C++

__property TDSHTTPServer* HttpServer = {read=GetHttpServer};

Properties

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

Description

Specifies the DataSnap HTTP server.

The HttpServer property specifies the DataSnap HTTP server.

See Also