C-DEngine 5.105

Ext..::..GetStatusDescription Method

Gets the description of the specified HTTP status code.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string GetStatusDescription(
	int code
)
Public Shared Function GetStatusDescription ( _
	code As Integer _
) As String
public:
static String^ GetStatusDescription(
	int^ code
)

Parameters

code
Type: Int32
An Int32 that represents the HTTP status code.

Return Value

A String that represents the description of the HTTP status code.