WebBrowser DefaultVersion Property C# API
Gets or sets the HTTP version as a string, as set by default for any subsequent Request objects created by this WebBrowser.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public string DefaultVersion { get; set; }

Field Value

The HTTP version set by default.
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