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.5.77 (1.0.0.0)
Syntax

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