Back to product page

HttpVersion property


Holds version of HTTP protocol used by the client.

Type

String

Syntax

  • C#
  • VB.NET
String HttpVersion {get; set; };

Property HttpVersion As String

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