Click or drag to resize
HTTPRequest Constructor (String, String, Int32, Int32)

Creates a HTTP request with the given method, URI (Uniform Resource Identifier) and version.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public HTTPRequest(
	string method,
	string uri,
	int versionMajor,
	int versionMinor
)

Parameters

method
Type: SystemString
uri
Type: SystemString
versionMajor
Type: SystemInt32
versionMinor
Type: SystemInt32
Remarks