C-DEngine 5.105

Ext..::..GetDescription Method

Gets the description of the specified HTTP status code.

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

Syntax


public static string GetDescription(
	HttpStatusCode code
)
Public Shared Function GetDescription ( _
	code As HttpStatusCode _
) As String
public:
static String^ GetDescription(
	HttpStatusCode^ code
)

Parameters

code
Type: WebSocketSharp.Net..::..HttpStatusCode
One of HttpStatusCode enum values, indicates the HTTP status code.

Return Value

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