| HTTPRequest Constructor (String, String, Int32, Int32) | 
Creates a HTTP request with the given method, URI (Uniform Resource Identifier) and version. 
 
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic HTTPRequest(
	string method,
	string uri,
	int versionMajor,
	int versionMinor
)
Public Sub New ( 
	method As String,
	uri As String,
	versionMajor As Integer,
	versionMinor As Integer
)
public:
HTTPRequest(
	String^ method, 
	String^ uri, 
	int versionMajor, 
	int versionMinor
)
new : 
        method : string * 
        uri : string * 
        versionMajor : int * 
        versionMinor : int -> HTTPRequestParameters
- method
 - Type: SystemString
 - uri
 - Type: SystemString
 - versionMajor
 - Type: SystemInt32
 - versionMinor
 - Type: SystemInt32
 
Remarks
See Also