Click or drag to resize
HTTPResponse Constructor (HTTPResponseHTTPStatus, String, String, Int32, Int32, HTTPHeaders)

Creates a HTTP response with the given status, reason phrase, message body data, version and headers.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public HTTPResponse(
	HTTPResponseHTTPStatus statusCode,
	string reason,
	string body,
	int versionMajor,
	int versionMinor,
	HTTPHeaders headers
)

Parameters

statusCode
Type: OIV.RemoteViz.RenderingHTTPResponseHTTPStatus
reason
Type: SystemString
body
Type: SystemString
versionMajor
Type: SystemInt32
versionMinor
Type: SystemInt32
headers
Type: OIV.RemoteViz.RenderingHTTPHeaders
Remarks