Back to product page

HttpVersion property


Holds version of HTTP protocol used by the client.

Type

String

Syntax

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

Remarks

This property holds version of HTTP protocol used by the client. Usually it will contain HTTP/1.0 or HTTP/1.1 . Versions older than that are very rare and usually are not supported.

Platforms

Windows