Datasnap.DSHTTP.TCustomDSHTTPServerTransport.FHttpServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FHttpServer: TDSHTTPServer;

C++

TDSHTTPServer* FHttpServer;

Properties

Type Visibility Source Unit Parent
field class protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TCustomDSHTTPServerTransport

Description

Protected field used to specify the DataSnap HTTP server.

FHttpServer is a protected field used to specify the DataSnap HTTP server. FHttpServer is for internal use only. The value of FHttpServer is set through the HttpServer property.

See Also