Request
Version Property
C# API
Gets or sets the HTTP version as a string.
Namespace:
Facilita.Web
Assembly:
clrWebBrowser
(in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
string
Version
{
get
;
set
; }
public string Version { get; set; }
Field Value
The HTTP version.
Remarks
The version of HTTP in common use is currently
"HTTP/1.1"
, but
"HTTP/2"
can be used to enable HTTP/2 support where applicable.
See Also
Request Class
Request Members
Facilita.Web Namespace