REST.Client.TCustomRESTResponse.Server

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Server: string read FServer write SetServer;

C++

__property System::UnicodeString Server = {read=FServer, 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.

See Also