Datasnap.DSHTTP.TCustomDSHTTPServerTransport.FHttpServer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: class protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TCustomDSHTTPServerTransport

Delphi

FHttpServer: TDSHTTPServer;

C++

TDSHTTPServer* FHttpServer;

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