Holds version of HTTP protocol used by the client.
Property type
A String value.
Syntax
object.HttpVersion [=
value]
The HttpVersion Property syntax has these parts:
Part
Description
object
An expression evaluating to an object
of type WebRequest.
value
A 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.