| HTTPRequestVersionMajor Property  | 
HTTP uses a "major.minor" numbering scheme to indicate versions of the protocol. 
 
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic int VersionMajor { get; }Public ReadOnly Property VersionMajor As Integer
	Get
public:
property int VersionMajor {
	int get ();
}member VersionMajor : int with get
Property Value
Type: 
Int32
RemarksReturns the version major. 
See Also