Web.HTTPApp.TWebResponse.Server

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Server: string index 2 read GetStringVariable write SetStringVariable;

C++

__property System::UnicodeString Server = {read=GetStringVariable, write=SetStringVariable, index=2};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebResponse

Description

Provides information about the software used by the server application to handle the request.

Set Server to a string giving the name and version number of the application that provides the Content of the response message. The value of Server can contain multiple product identifiers and comments, listed in order of significance and separated by spaces. Product identifiers take the form ProductName/VersionNumber.

See Also