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: 10.12.3.0 (10.12.3.0)
Syntax public 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 -> HTTPRequest
Parameters
- method
- Type: SystemString
- uri
- Type: SystemString
- versionMajor
- Type: SystemInt32
- versionMinor
- Type: SystemInt32
Remarks See Also