Back to product page

HttpVersion


Holds version of HTTP protocol used.

Type

String.

Syntax

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

Property HttpVersion As String

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