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