| HTTPRequestVersionMinor 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 VersionMinor { get; }Public ReadOnly Property VersionMinor As Integer
	Get
public:
property int VersionMinor {
	int get ();
}member VersionMinor : int with get
Property Value
Type: 
Int32
RemarksReturns the version minor. 
See Also