HTTPResponse Constructor (HTTPResponseHTTPStatus, String) |
Creates a HTTP/1.1 response with the given status and reason phrase.
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
)
Public Sub New (
statusCode As HTTPResponseHTTPStatus,
reason As String
)
public:
HTTPResponse(
HTTPResponseHTTPStatus statusCode,
String^ reason
)
new :
statusCode : HTTPResponseHTTPStatus *
reason : string -> HTTPResponse
Parameters
- statusCode
- Type: OIV.RemoteViz.RenderingHTTPResponseHTTPStatus
- reason
- Type: SystemString
Remarks See Also