WeOnlyDo! wodWebServer ActiveX - HttpVersion Property
      
 

Description

Holds version of HTTP protocol used.


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 WebResponse.
value A 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.