Back to product page

HttpVersion property


Holds version of HTTP protocol used.

Type

String

Syntax

  • Basic
object.HttpVersion [= value]
The HttpVersion(object,value) syntax has these parts:
objectAn expression evaluating to an object of type WebResponse
valueA String value.

Remarks

This property determines version of HTTP protocol used for response. In most cases you should just use same value as in Request.HttpVersion - to reply to the client in same version as he requested it.

Platforms

Windows