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