API:Datasnap.DSHTTP.TDSHTTPService.DSHostname

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSHostname: string read GetDSHostname write SetDSHostname stored IsDSHostnameStored;

C++

__property DSHostname;

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPService

Description

Specifies the DataSnap server machine name.

Datasnap.DSHTTP.TDSHTTPService.DSHostname inherits from Datasnap.DSHTTP.TCustomDSHTTPServerTransport.DSHostname. All content below this line refers to Datasnap.DSHTTP.TCustomDSHTTPServerTransport.DSHostname.

Specifies the DataSnap server machine name.

The DSHostname property specifies the DataSnap server machine name. DSHostname is only used when the Server property is not set.

See Also