Web.HTTPApp.TWebRequest.ContentVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentVersion: string index 17 read GetStringVariable;

C++

__property System::UnicodeString ContentVersion = {read=GetStringVariable, index=17};

Properties

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

Description

Reports the value of the Content-Version header of the HTTP request message.

Read ContentVersion to determine the version of the Content of the HTTP request message. Most HTTP requests do not require any Content at all. When the Method requires a value for Content, the ContentVersion may be set to indicate the version of the source of that content. The format of the ContentVersion depends on the ContentType of the request.

See Also