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

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

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
)

Parameters

statusCode
Type: OIV.RemoteViz.RenderingHTTPResponseHTTPStatus
reason
Type: SystemString
body
Type: SystemString
Remarks