REST.Client.TCustomRESTResponse.Server
Delphi
property Server: string read GetServer write SetServer;
C++
__property System::UnicodeString Server = {read=GetServer, write=SetServer};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | REST.Client.pas REST.Client.hpp |
REST.Client | TCustomRESTResponse |
Description
Contient un identificateur de serveur distant, comme "Microsoft-IIS/7.0."
Utilisez cette propriété pour obtenir ou définir une chaîne représentant un identificateur du serveur ayant envoyé cette réponse.