Datasnap.DSHTTP.TDSHTTPService.GetServerSoftware

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPService

Delphi

function GetServerSoftware: string; virtual;

C++

virtual System::UnicodeString __fastcall GetServerSoftware();

Description

Returns the name of the server software.

The GetServerSoftware method returns the value of the ServerSoftware property.

See Also