REST.Client.TCustomRESTResponse.Server
Delphi
property Server: string read GetServer write SetServer;
C++
__property System::UnicodeString Server = {read=GetServer, write=SetServer};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | REST.Client.pas REST.Client.hpp  | 
        REST.Client | TCustomRESTResponse | 
Description
Contains a remote server identifier, such as "Microsoft-IIS/7.0."
Use this property to get or set a string that represents an identifier of the server that sent this response.