Datasnap.DSHTTP.TCustomDSHTTPServerTransport.DSHostname

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSHostname: string read GetDSHostname write SetDSHostname stored IsDSHostnameStored nodefault;

C++

__property System::UnicodeString DSHostname = {read=GetDSHostname, write=SetDSHostname, stored=IsDSHostnameStored};

Properties

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

Description

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