WebBrowser MinorVersion Property C# API
Gets or sets the minor HTTP version number.

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

public int MinorVersion { get; set; }

Field Value

The minor HTTP version number.
Remarks

The minor version number follows the dot, so for example HTTP 1.0 has a minor version number of 0.

Note Note
This property only applies to WinInet and WinHTTP connections.

See Also