RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse.Version Property

Specifies the HTTP protocol version number that the web client is using.

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

Read Version to ensure that the properties set in the TWebResponse object will be understood by the Web client. The value of Version is taken from the ProtocolVersion property of the TWebRequest object. 

For more information on the different HTTP protocol versions, see the Internet standards documentation. 

 

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