RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse.Server Property

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

Pascal
property Server: string;
C++
__property AnsiString Server;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!