HTTPResponseGetReasonPhrase Method |
Returns the standard HTTP reason phrase for a HTTP status code.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static string GetReasonPhrase(
HTTPResponseHTTPStatus status
)
Public Shared Function GetReasonPhrase (
status As HTTPResponseHTTPStatus
) As String
public:
static String^ GetReasonPhrase(
HTTPResponseHTTPStatus status
)
static member GetReasonPhrase :
status : HTTPResponseHTTPStatus -> string
Parameters
- status
- Type: OIV.RemoteViz.RenderingHTTPResponseHTTPStatus
Return Value
Type:
StringRemarks See Also