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: 10.12.3.0 (10.12.3.0)
Syntax public int VersionMajor { get; }
Public ReadOnly Property VersionMajor As Integer
Get
public:
property int VersionMajor {
int get ();
}
member VersionMajor : int with get
Property Value
Type:
Int32Remarks Returns the version major.
See Also