HTTPResponse Constructor (HTTPResponseHTTPStatus, String, String) |
Creates a HTTP/1.1 response with the given status, reason phrase and message body data.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public HTTPResponse(
HTTPResponseHTTPStatus statusCode,
string reason,
string body
)
Public Sub New (
statusCode As HTTPResponseHTTPStatus,
reason As String,
body As String
)
public:
HTTPResponse(
HTTPResponseHTTPStatus statusCode,
String^ reason,
String^ body
)
new :
statusCode : HTTPResponseHTTPStatus *
reason : string *
body : string -> HTTPResponse
Parameters
- statusCode
- Type: OIV.RemoteViz.RenderingHTTPResponseHTTPStatus
- reason
- Type: SystemString
- body
- Type: SystemString
Remarks See Also